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

Unified Diff: content/test/mock_webclipboard_impl.h

Issue 23526028: Move source files from webkit/support to content/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/DEPS ('k') | content/test/mock_webclipboard_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/mock_webclipboard_impl.h
diff --git a/webkit/support/mock_webclipboard_impl.h b/content/test/mock_webclipboard_impl.h
similarity index 94%
rename from webkit/support/mock_webclipboard_impl.h
rename to content/test/mock_webclipboard_impl.h
index 61efcf49839e1073530dea32a49fc2f91afe6278..7ed2f0c3519fe92c4ed9157185acb652bf79815f 100644
--- a/webkit/support/mock_webclipboard_impl.h
+++ b/content/test/mock_webclipboard_impl.h
@@ -7,8 +7,8 @@
// clipboard, which allows for running them in parallel and having the tests
// not interact with actual user actions.
-#ifndef WEBKIT_SUPPORT_MOCK_WEBCLIPBOARD_IMPL_H_
-#define WEBKIT_SUPPORT_MOCK_WEBCLIPBOARD_IMPL_H_
+#ifndef CONTENT_TEST_MOCK_WEBCLIPBOARD_IMPL_H_
+#define CONTENT_TEST_MOCK_WEBCLIPBOARD_IMPL_H_
#include <map>
@@ -57,4 +57,4 @@ class MockWebClipboardImpl : public WebKit::WebClipboard {
bool m_writeSmartPaste;
};
-#endif // WEBKIT_SUPPORT_MOCK_WEBCLIPBOARD_IMPL_H_
+#endif // CONTENT_TEST_MOCK_WEBCLIPBOARD_IMPL_H_
« no previous file with comments | « content/test/DEPS ('k') | content/test/mock_webclipboard_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698