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

Side by Side Diff: webkit/tools/test_shell/webview_host.h

Issue 3122029: FBTF: Remove unnecessary STL #includes from src/webkit. (Closed)
Patch Set: Created 10 years, 4 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
« no previous file with comments | « webkit/support/weburl_loader_mock_factory.h ('k') | no next file » | 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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_ 5 #ifndef WEBKIT_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_
6 #define WEBKIT_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_ 6 #define WEBKIT_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_
7 7
8 #include <map>
9
10 #include "base/basictypes.h" 8 #include "base/basictypes.h"
11 #include "gfx/native_widget_types.h" 9 #include "gfx/native_widget_types.h"
12 #include "gfx/rect.h" 10 #include "gfx/rect.h"
13 #include "webkit/tools/test_shell/webwidget_host.h" 11 #include "webkit/tools/test_shell/webwidget_host.h"
14 12
15 #if defined(TOOLKIT_USES_GTK) 13 #if defined(TOOLKIT_USES_GTK)
16 #include "webkit/glue/plugins/gtk_plugin_container_manager.h" 14 #include "webkit/glue/plugins/gtk_plugin_container_manager.h"
17 #endif 15 #endif
18 16
19 struct WebPreferences; 17 struct WebPreferences;
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 } 56 }
59 #endif 57 #endif
60 58
61 #if defined(TOOLKIT_USES_GTK) 59 #if defined(TOOLKIT_USES_GTK)
62 // Helper class that creates and moves plugin containers. 60 // Helper class that creates and moves plugin containers.
63 GtkPluginContainerManager plugin_container_manager_; 61 GtkPluginContainerManager plugin_container_manager_;
64 #endif 62 #endif
65 }; 63 };
66 64
67 #endif // WEBKIT_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_ 65 #endif // WEBKIT_TOOLS_TEST_SHELL_WEBVIEW_HOST_H_
OLDNEW
« no previous file with comments | « webkit/support/weburl_loader_mock_factory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698