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

Unified Diff: content/test/test_webkit_platform_support.h

Issue 23526028: Move source files from webkit/support to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/test/mock_webclipboard_impl.cc ('k') | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_webkit_platform_support.h
diff --git a/webkit/support/test_webkit_platform_support.h b/content/test/test_webkit_platform_support.h
similarity index 93%
rename from webkit/support/test_webkit_platform_support.h
rename to content/test/test_webkit_platform_support.h
index 0a4e4cb43b560eb4a21628f7db2550c1474e61c6..c7311acf2842086de8358a7883cef421b3ed3843 100644
--- a/webkit/support/test_webkit_platform_support.h
+++ b/content/test/test_webkit_platform_support.h
@@ -2,18 +2,18 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
-#define WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
+#ifndef CONTENT_TEST_TEST_WEBKIT_PLATFORM_SUPPORT_H_
+#define CONTENT_TEST_TEST_WEBKIT_PLATFORM_SUPPORT_H_
#include "base/compiler_specific.h"
#include "base/files/scoped_temp_dir.h"
+#include "content/test/mock_webclipboard_impl.h"
+#include "content/test/weburl_loader_mock_factory.h"
#include "third_party/WebKit/public/platform/WebUnitTestSupport.h"
#include "webkit/child/webkitplatformsupport_child_impl.h"
#include "webkit/glue/simple_webmimeregistry_impl.h"
#include "webkit/glue/webfileutilities_impl.h"
#include "webkit/renderer/compositor_bindings/web_compositor_support_impl.h"
-#include "webkit/support/mock_webclipboard_impl.h"
-#include "webkit/support/weburl_loader_mock_factory.h"
namespace WebKit {
class WebLayerTreeView;
@@ -108,4 +108,4 @@ class TestWebKitPlatformSupport :
DISALLOW_COPY_AND_ASSIGN(TestWebKitPlatformSupport);
};
-#endif // WEBKIT_SUPPORT_TEST_WEBKIT_PLATFORM_SUPPORT_H_
+#endif // CONTENT_TEST_TEST_WEBKIT_PLATFORM_SUPPORT_H_
« no previous file with comments | « content/test/mock_webclipboard_impl.cc ('k') | content/test/test_webkit_platform_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698