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

Unified Diff: public/platform/WebCString.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/WebBlobRegistry.h ('k') | public/platform/WebCallbacks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCString.h
diff --git a/public/platform/WebCString.h b/public/platform/WebCString.h
index bea372a8a4545a1372bd998152abad6c88bc7331..0db64796c7d516dcc9f10302f053915fd04b68b1 100644
--- a/public/platform/WebCString.h
+++ b/public/platform/WebCString.h
@@ -46,7 +46,7 @@ class CString;
class CStringBuffer;
}
-namespace WebKit {
+namespace blink {
class WebString;
@@ -131,6 +131,6 @@ inline bool operator<(const WebCString& a, const WebCString& b)
return a.compare(b) < 0;
}
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebBlobRegistry.h ('k') | public/platform/WebCallbacks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698