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

Unified Diff: webkit/mocks/mock_resource_loader_bridge.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/glue/media/simple_data_source_unittest.cc ('k') | webkit/mocks/mock_webframe.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/mocks/mock_resource_loader_bridge.h
diff --git a/webkit/glue/mock_resource_loader_bridge.h b/webkit/mocks/mock_resource_loader_bridge.h
similarity index 88%
rename from webkit/glue/mock_resource_loader_bridge.h
rename to webkit/mocks/mock_resource_loader_bridge.h
index 49c41ed6780ea3323b566d874119d0f3fdfa1f50..5be7d89ff18fe0e3b525e835556fe6db0cefaf5b 100644
--- a/webkit/glue/mock_resource_loader_bridge.h
+++ b/webkit/mocks/mock_resource_loader_bridge.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_RESOURCE_LOADER_BRIDGE_H_
-#define WEBKIT_GLUE_MOCK_RESOURCE_LOADER_BRIDGE_H_
+#ifndef WEBKIT_MOCKS_MOCK_RESOURCE_LOADER_BRIDGE_H_
+#define WEBKIT_MOCKS_MOCK_RESOURCE_LOADER_BRIDGE_H_
#include "testing/gmock/include/gmock/gmock.h"
#include "webkit/glue/resource_loader_bridge.h"
@@ -41,4 +41,4 @@ class MockResourceLoaderBridge : public webkit_glue::ResourceLoaderBridge {
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_MOCK_RESOURCE_LOADER_BRIDGE_H_
+#endif // WEBKIT_MOCKS_MOCK_RESOURCE_LOADER_BRIDGE_H_
« no previous file with comments | « webkit/glue/media/simple_data_source_unittest.cc ('k') | webkit/mocks/mock_webframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698