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

Unified Diff: Source/modules/filesystem/LocalFileSystem.h

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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
Index: Source/modules/filesystem/LocalFileSystem.h
diff --git a/Source/modules/filesystem/LocalFileSystem.h b/Source/modules/filesystem/LocalFileSystem.h
index 93125da76de98ca0912ebde16a8210648d457cef..f7190cf45157447b7658c258e677085047465fa4 100644
--- a/Source/modules/filesystem/LocalFileSystem.h
+++ b/Source/modules/filesystem/LocalFileSystem.h
@@ -36,7 +36,7 @@
#include "wtf/Forward.h"
#include "wtf/Functional.h"
-namespace WebCore {
+namespace blink {
class AsyncFileSystemCallbacks;
class CallbackWrapper;
@@ -79,6 +79,6 @@ private:
OwnPtr<FileSystemClient> m_client;
};
-} // namespace WebCore
+} // namespace blink
#endif // LocalFileSystem_h
« no previous file with comments | « Source/modules/filesystem/InspectorFrontendHostFileSystem.cpp ('k') | Source/modules/filesystem/LocalFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698