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

Unified Diff: content/test/webkit_support_glue.cc

Issue 59323005: Cleanup: Remove unused includes of webkit/glue/webkit_glue.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/mock_webclipboard_impl.cc ('k') | content/worker/worker_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webkit_support_glue.cc
diff --git a/content/test/webkit_support_glue.cc b/content/test/webkit_support_glue.cc
index 5270e12bfc3669d603c0e501fa05c7d8e748ca4d..abee72abbcc829f917d36a26a804ccc3a6d6d4f5 100644
--- a/content/test/webkit_support_glue.cc
+++ b/content/test/webkit_support_glue.cc
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "webkit/glue/webkit_glue.h"
+#include <string>
-#include "base/base_paths.h"
-#include "base/path_service.h"
+#include "build/build_config.h"
+#if defined(OS_WIN)
+#include <windows.h>
+#endif
// Functions needed by webkit_glue.
namespace webkit_glue {
« no previous file with comments | « content/test/mock_webclipboard_impl.cc ('k') | content/worker/worker_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698