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

Unified Diff: public/platform/WebString.h

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 | « public/platform/WebStorageQuotaType.h ('k') | public/platform/WebThread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebString.h
diff --git a/public/platform/WebString.h b/public/platform/WebString.h
index 42509538a555129a1bd3cedfd384c04542091a90..1932e71c95204908952a5fb637d9d931fcb0f589 100644
--- a/public/platform/WebString.h
+++ b/public/platform/WebString.h
@@ -47,7 +47,7 @@ namespace WTF {
class StringImpl;
}
-namespace WebKit {
+namespace blink {
class WebCString;
@@ -187,6 +187,6 @@ inline bool operator!=(const WebString& a, const WebString& b)
return !(a == b);
}
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebStorageQuotaType.h ('k') | public/platform/WebThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698