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

Unified Diff: webkit/mocks/mock_weburlloader.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_webframe.h ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/mocks/mock_weburlloader.h
diff --git a/webkit/glue/mock_weburlloader_impl.h b/webkit/mocks/mock_weburlloader.h
similarity index 87%
rename from webkit/glue/mock_weburlloader_impl.h
rename to webkit/mocks/mock_weburlloader.h
index da50b72a81411f3d1f0bf609fc83274a6403b486..7253faa78899f565dcc46e23eda4475b12b43072 100644
--- a/webkit/glue/mock_weburlloader_impl.h
+++ b/webkit/mocks/mock_weburlloader.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_WEBURLLOADER_IMPL_H_
-#define WEBKIT_GLUE_MOCK_WEBURLLOADER_IMPL_H_
+#ifndef WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
+#define WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
#include "testing/gmock/include/gmock/gmock.h"
#include "webkit/glue/weburlloader_impl.h"
@@ -33,4 +33,4 @@ class MockWebURLLoader : public WebKit::WebURLLoader {
} // namespace webkit_glue
-#endif // WEBKIT_GLUE_MOCK_WEBURLLOADER_IMPL_H_
+#endif // WEBKIT_MOCKS_MOCK_WEBURLLOADER_H_
« no previous file with comments | « webkit/mocks/mock_webframe.h ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698