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

Unified Diff: Source/web/WebWorkerClientImpl.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 | « Source/web/WebViewImpl.cpp ('k') | Source/web/WebWorkerClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebWorkerClientImpl.h
diff --git a/Source/web/WebWorkerClientImpl.h b/Source/web/WebWorkerClientImpl.h
index 414fadd0f0f62f5c3445fbad16fc9d2600de8f69..ca0231214d954be763733e2eb3216f1c747115e5 100644
--- a/Source/web/WebWorkerClientImpl.h
+++ b/Source/web/WebWorkerClientImpl.h
@@ -44,7 +44,7 @@
#include "wtf/RefPtr.h"
-namespace WebKit {
+namespace blink {
class WebWorker;
class WebFrameImpl;
@@ -75,6 +75,6 @@ private:
WebFrameImpl* m_webFrame;
};
-} // namespace WebKit;
+} // namespace blink;
#endif
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | Source/web/WebWorkerClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698