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

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

Issue 8787003: Update these includes to use the new header locations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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/WebGamepads.h" 9 #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGamepads. h"
10 #include "webkit/glue/webfileutilities_impl.h" 10 #include "webkit/glue/webfileutilities_impl.h"
11 #include "webkit/glue/webkitplatformsupport_impl.h" 11 #include "webkit/glue/webkitplatformsupport_impl.h"
12 #include "webkit/support/simple_database_system.h" 12 #include "webkit/support/simple_database_system.h"
13 #include "webkit/support/weburl_loader_mock_factory.h" 13 #include "webkit/support/weburl_loader_mock_factory.h"
14 #include "webkit/tools/test_shell/mock_webclipboard_impl.h" 14 #include "webkit/tools/test_shell/mock_webclipboard_impl.h"
15 #include "webkit/tools/test_shell/simple_appcache_system.h" 15 #include "webkit/tools/test_shell/simple_appcache_system.h"
16 #include "webkit/tools/test_shell/simple_file_system.h" 16 #include "webkit/tools/test_shell/simple_file_system.h"
17 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h" 17 #include "webkit/tools/test_shell/simple_webcookiejar_impl.h"
18 #include "webkit/tools/test_shell/test_shell_webmimeregistry_impl.h" 18 #include "webkit/tools/test_shell/test_shell_webmimeregistry_impl.h"
19 19
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 bool unit_test_mode_; 136 bool unit_test_mode_;
137 WebKit::WebGamepads gamepad_data_; 137 WebKit::WebGamepads gamepad_data_;
138 138
139 #if defined(OS_WIN) || defined(OS_MACOSX) 139 #if defined(OS_WIN) || defined(OS_MACOSX)
140 WebKit::WebThemeEngine* active_theme_engine_; 140 WebKit::WebThemeEngine* active_theme_engine_;
141 #endif 141 #endif
142 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport); 142 DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);
143 }; 143 };
144 144
145 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_ 145 #endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
OLDNEW
« no previous file with comments | « webkit/support/simple_database_system.cc ('k') | webkit/support/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698