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

Unified Diff: Source/web/WorkerFileSystemClient.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/WebWorkerRunLoop.cpp ('k') | Source/web/WorkerFileSystemClient.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WorkerFileSystemClient.h
diff --git a/Source/web/WorkerFileSystemClient.h b/Source/web/WorkerFileSystemClient.h
index 2c29ccd3dc10746502e3afe43fe5d90ad1633df9..313c5956d4762898288f57f61049b1f0dd800e5f 100644
--- a/Source/web/WorkerFileSystemClient.h
+++ b/Source/web/WorkerFileSystemClient.h
@@ -34,7 +34,7 @@
#include "modules/filesystem/FileSystemClient.h"
#include "wtf/Forward.h"
-namespace WebKit {
+namespace blink {
// FIXME: This could be probably unified into non-worker FileSystemClient
// implementation.
@@ -49,6 +49,6 @@ private:
WorkerFileSystemClient();
};
-} // namespace WebKit
+} // namespace blink
#endif // WorkerFileSystemClient_h
« no previous file with comments | « Source/web/WebWorkerRunLoop.cpp ('k') | Source/web/WorkerFileSystemClient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698