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

Unified Diff: content/test/webkit_unit_test_support.cc

Issue 25705004: content: Move MockWebClipboardImpl into content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mv TestWebKitPlatformSupport too Created 7 years, 2 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/webkit_unit_test_support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/webkit_unit_test_support.cc
diff --git a/content/test/webkit_unit_test_support.cc b/content/test/webkit_unit_test_support.cc
index d503e166f2dcf46d09eb208af0a15a73d21851e5..848b90a72e5b7ec4bf57fbf1ff43099ce9e5e68c 100644
--- a/content/test/webkit_unit_test_support.cc
+++ b/content/test/webkit_unit_test_support.cc
@@ -9,11 +9,11 @@
namespace content {
void SetUpTestEnvironmentForWebKitUnitTests() {
- webkit_support::SetUpTestEnvironmentForUnitTests();
+ SetUpTestEnvironmentForUnitTests();
}
void TearDownEnvironmentForWebKitUnitTests() {
- webkit_support::TearDownTestEnvironment();
+ TearDownTestEnvironment();
}
-}
+} // namespace content
« no previous file with comments | « content/test/webkit_unit_test_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698