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

Unified Diff: Source/web/SharedWorkerRepositoryClientImpl.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/ScrollbarGroup.cpp ('k') | Source/web/SharedWorkerRepositoryClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/SharedWorkerRepositoryClientImpl.h
diff --git a/Source/web/SharedWorkerRepositoryClientImpl.h b/Source/web/SharedWorkerRepositoryClientImpl.h
index feabe6dc7206e8ed8971d2630320fb7c21f4e50e..5403c9d2c8228d9dc1911634ca7a5bf065ecb7eb 100644
--- a/Source/web/SharedWorkerRepositoryClientImpl.h
+++ b/Source/web/SharedWorkerRepositoryClientImpl.h
@@ -36,7 +36,7 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
-namespace WebKit {
+namespace blink {
class WebSharedWorkerRepositoryClient;
@@ -59,6 +59,6 @@ private:
WebSharedWorkerRepositoryClient* m_client;
};
-} // namespace WebKit
+} // namespace blink
#endif // SharedWorkerRepositoryClientImpl_h
« no previous file with comments | « Source/web/ScrollbarGroup.cpp ('k') | Source/web/SharedWorkerRepositoryClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698