Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: webkit/support/test_webkit_platform_support.h

Issue 11817004: Add explicit dependency on WebIDBFactory.h in preparation for removing WebIDBFactory references fro… (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 5 #ifndef WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
6 #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 6 #define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBFactory.h"
9 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads. h" 10 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads. h"
10 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsC ontext3D.h" 11 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsC ontext3D.h"
11 #include "webkit/glue/webfileutilities_impl.h" 12 #include "webkit/glue/webfileutilities_impl.h"
12 #include "webkit/glue/webkitplatformsupport_impl.h" 13 #include "webkit/glue/webkitplatformsupport_impl.h"
13 #include "webkit/support/simple_database_system.h" 14 #include "webkit/support/simple_database_system.h"
14 #include "webkit/support/weburl_loader_mock_factory.h" 15 #include "webkit/support/weburl_loader_mock_factory.h"
15 #include "webkit/tools/test_shell/mock_webclipboard_impl.h" 16 #include "webkit/tools/test_shell/mock_webclipboard_impl.h"
16 #include "webkit/tools/test_shell/simple_appcache_system.h" 17 #include "webkit/tools/test_shell/simple_appcache_system.h"
17 #include "webkit/tools/test_shell/simple_dom_storage_system.h" 18 #include "webkit/tools/test_shell/simple_dom_storage_system.h"
18 #include "webkit/tools/test_shell/simple_file_system.h" 19 #include "webkit/tools/test_shell/simple_file_system.h"
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 WebKit::Platform* shadow_platform_delegate_; 152 WebKit::Platform* shadow_platform_delegate_;
152 HyphenDict* hyphen_dictionary_; 153 HyphenDict* hyphen_dictionary_;
153 154
154 #if defined(OS_WIN) || defined(OS_MACOSX) 155 #if defined(OS_WIN) || defined(OS_MACOSX)
155 WebKit::WebThemeEngine* active_theme_engine_; 156 WebKit::WebThemeEngine* active_theme_engine_;
156 #endif 157 #endif
157 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport); 158 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);
158 }; 159 };
159 160
160 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 161 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
OLDNEW
« no previous file with comments | « no previous file | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698