Skip to content
Snippets Groups Projects
Commit 745751a5 authored by jabdelmalek@google.com's avatar jabdelmalek@google.com
Browse files

Update code to point to new location of WebThemeEngine.h

Review URL: http://codereview.chromium.org/1763014

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45767 0039d316-1c4b-4281-b951-d872f2087c98
parent 38bd9186
No related branches found
No related tags found
No related merge requests found
// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this
// source code is governed by a BSD-style license that can be found in the
// LICENSE file.
// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef WEBTHEMEENGINE_IMPL_WIN_H_
#define WEBTHEMEENGINE_IMPL_WIN_H_
#include "third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h"
#include "third_party/WebKit/WebKit/chromium/public/WebThemeEngine.h"
namespace webkit_glue {
......
......@@ -21,6 +21,7 @@
#include "third_party/WebKit/WebKit/chromium/public/WebStorageEventDispatcher.h"
#include "third_party/WebKit/WebKit/chromium/public/WebStorageNamespace.h"
#include "third_party/WebKit/WebKit/chromium/public/WebString.h"
#include "third_party/WebKit/WebKit/chromium/public/WebThemeEngine.h"
#include "third_party/WebKit/WebKit/chromium/public/WebURL.h"
#include "webkit/appcache/web_application_cache_host_impl.h"
#include "webkit/database/vfs_backend.h"
......@@ -41,7 +42,6 @@
#include "v8/include/v8.h"
#if defined(OS_WIN)
#include "third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h"
#include "webkit/tools/test_shell/test_shell_webthemeengine.h"
#endif
#if defined(OS_MACOSX)
......
......@@ -22,6 +22,7 @@
#include "third_party/WebKit/WebKit/chromium/public/WebStorageEventDispatcher.h"
#include "third_party/WebKit/WebKit/chromium/public/WebStorageNamespace.h"
#include "third_party/WebKit/WebKit/chromium/public/WebString.h"
#include "third_party/WebKit/WebKit/chromium/public/WebThemeEngine.h"
#include "third_party/WebKit/WebKit/chromium/public/WebURL.h"
#include "webkit/database/vfs_backend.h"
#include "webkit/extensions/v8/gears_extension.h"
......@@ -38,7 +39,6 @@
#include "v8/include/v8.h"
#if defined(OS_WIN)
#include "third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h"
#include "webkit/tools/test_shell/test_shell_webthemeengine.h"
#endif
......@@ -241,7 +241,7 @@ class TestShellWebKitInit : public webkit_glue::WebKitClientImpl {
SimpleAppCacheSystem appcache_system_;
SimpleDatabaseSystem database_system_;
SimpleWebCookieJarImpl cookie_jar_;
#if defined(OS_WIN)
WebKit::WebThemeEngine* active_theme_engine_;
#endif
......
......@@ -22,7 +22,7 @@
#define WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_WEBTHEMEENGINE_H_
#include "base/basictypes.h"
#include "third_party/WebKit/WebKit/chromium/public/win/WebThemeEngine.h"
#include "third_party/WebKit/WebKit/chromium/public/WebThemeEngine.h"
namespace TestShellWebTheme {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment