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

Unified Diff: content/test/mock_webframeclient.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/renderer/media/buffered_resource_loader_unittest.cc ('k') | content/test/mock_weburlloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_webframeclient.h
diff --git a/webkit/mocks/mock_webframeclient.h b/content/test/mock_webframeclient.h
similarity index 61%
rename from webkit/mocks/mock_webframeclient.h
rename to content/test/mock_webframeclient.h
index c0d704057411bec8e91d53a5dbe5b8e470433e82..7498ccd6cacc2b3fd37c28e8ff83abbf91a081da 100644
--- a/webkit/mocks/mock_webframeclient.h
+++ b/content/test/mock_webframeclient.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_MOCKS_MOCK_WEBFRAMECLIENT_H_
-#define WEBKIT_MOCKS_MOCK_WEBFRAMECLIENT_H_
+#ifndef CONTENT_TEST_MOCK_WEBFRAMECLIENT_H_
+#define CONTENT_TEST_MOCK_WEBFRAMECLIENT_H_
#include "third_party/WebKit/public/web/WebFrameClient.h"
-namespace webkit_glue {
+namespace content {
class MockWebFrameClient : public WebKit::WebFrameClient {};
-} // namespace webkit_glue
+} // namespace content
-#endif // WEBKIT_MOCKS_MOCK_WEBFRAMECLIENT_H_
+#endif // CONTENT_TEST_MOCK_WEBFRAMECLIENT_H_
« no previous file with comments | « content/renderer/media/buffered_resource_loader_unittest.cc ('k') | content/test/mock_weburlloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698