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

Unified Diff: content/test/mock_weburlloader.h

Issue 24704003: Move webkit/mocks/ to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_webframeclient.h ('k') | content/test/mock_weburlloader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_weburlloader.h
diff --git a/webkit/mocks/mock_weburlloader.h b/content/test/mock_weburlloader.h
similarity index 79%
rename from webkit/mocks/mock_weburlloader.h
rename to content/test/mock_weburlloader.h
index a9e2d6b4bdf17af3fb935503535e650308488bb3..ff1832fce0db291c31cb1909edb13ae5c0e2ec0c 100644
--- a/webkit/mocks/mock_weburlloader.h
+++ b/content/test/mock_weburlloader.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
-#define WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
+#ifndef CONTENT_TEST_MOCK_WEBURLLOADER_H_
+#define CONTENT_TEST_MOCK_WEBURLLOADER_H_
#include "testing/gmock/include/gmock/gmock.h"
-#include "webkit/child/weburlloader_impl.h"
+#include "third_party/WebKit/public/platform/WebURLLoader.h"
-namespace webkit_glue {
+namespace content {
class MockWebURLLoader : public WebKit::WebURLLoader {
public:
@@ -28,6 +28,6 @@ class MockWebURLLoader : public WebKit::WebURLLoader {
DISALLOW_COPY_AND_ASSIGN(MockWebURLLoader);
};
-} // namespace webkit_glue
+} // namespace content
-#endif // WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
+#endif // CONTENT_TEST_MOCK_WEBURLLOADER_H_
« no previous file with comments | « content/test/mock_webframeclient.h ('k') | content/test/mock_weburlloader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698