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

Unified Diff: webkit/mocks/mock_webframe.h

Issue 5878006: moving mocks into webkit/mocks/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « webkit/mocks/mock_resource_loader_bridge.h ('k') | webkit/mocks/mock_weburlloader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/mocks/mock_webframe.h
diff --git a/webkit/glue/mock_webframe.h b/webkit/mocks/mock_webframe.h
similarity index 98%
rename from webkit/glue/mock_webframe.h
rename to webkit/mocks/mock_webframe.h
index 9d6c70bbd6e305b467b35966bc7fc8a3d7e9d8c9..bdf4c581db8146ea4f5368e48941cff0911255ce 100644
--- a/webkit/glue/mock_webframe.h
+++ b/webkit/mocks/mock_webframe.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_MOCK_WEBFRAME_H_
-#define WEBKIT_GLUE_MOCK_WEBFRAME_H_
+#ifndef WEBKIT_MOCKS_MOCK_WEBFRAME_H_
+#define WEBKIT_MOCKS_MOCK_WEBFRAME_H_
#include "testing/gmock/include/gmock/gmock.h"
#include "third_party/WebKit/WebKit/chromium/public/WebDocument.h"
@@ -349,4 +349,4 @@ class MockWebFrame : public WebKit::WebFrame {
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_MOCK_WEBFRAME_H_
+#endif // WEBKIT_MOCKS_MOCK_WEBFRAME_H_
« no previous file with comments | « webkit/mocks/mock_resource_loader_bridge.h ('k') | webkit/mocks/mock_weburlloader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698