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

Unified Diff: Source/platform/LayoutTestSupport.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Source/platform/Language.cpp ('k') | Source/platform/LayoutTestSupport.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LayoutTestSupport.h
diff --git a/Source/platform/LayoutTestSupport.h b/Source/platform/LayoutTestSupport.h
index 65a28f2a9851a88bc8aa6347cf6ff17b86b0a691..f3853a18d032686d0a92ea0d6dce5f069f43c3af 100644
--- a/Source/platform/LayoutTestSupport.h
+++ b/Source/platform/LayoutTestSupport.h
@@ -33,7 +33,7 @@
#include "platform/PlatformExport.h"
-namespace WebCore {
+namespace blink {
class LayoutTestSupport {
public:
@@ -43,6 +43,6 @@ public:
PLATFORM_EXPORT static void setFontAntialiasingEnabledForTest(bool);
};
-} // namespace WebCore
+} // namespace blink
#endif // LayoutTestSupport_h
« no previous file with comments | « Source/platform/Language.cpp ('k') | Source/platform/LayoutTestSupport.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698