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

Unified Diff: Source/platform/text/PlatformLocale.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/text/PlatformLocale.h ('k') | Source/testing/runner/AccessibilityController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/PlatformLocale.cpp
diff --git a/Source/platform/text/PlatformLocale.cpp b/Source/platform/text/PlatformLocale.cpp
index 6b191aeea9a224ae9a22e6f57c9854a5db302ad1..60acf5a59ba7e7e0b5abb69a3a4ca862ac4f605e 100644
--- a/Source/platform/text/PlatformLocale.cpp
+++ b/Source/platform/text/PlatformLocale.cpp
@@ -38,8 +38,8 @@
namespace WebCore {
-using WebKit::Platform;
-using WebKit::WebLocalizedString;
+using blink::Platform;
+using blink::WebLocalizedString;
class DateTimeStringBuilder : private DateTimeFormat::TokenHandler {
WTF_MAKE_NONCOPYABLE(DateTimeStringBuilder);
« no previous file with comments | « Source/platform/text/PlatformLocale.h ('k') | Source/testing/runner/AccessibilityController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698