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

Unified Diff: Source/modules/filesystem/DraggedIsolatedFileSystem.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/DraggedIsolatedFileSystem.h
diff --git a/Source/modules/filesystem/DraggedIsolatedFileSystem.h b/Source/modules/filesystem/DraggedIsolatedFileSystem.h
index be671c8b8f94d9f2149d742f9f24ce02e6789bf2..2d36c0c614abbe56bcb298a0e46e3a5af7f5009c 100644
--- a/Source/modules/filesystem/DraggedIsolatedFileSystem.h
+++ b/Source/modules/filesystem/DraggedIsolatedFileSystem.h
@@ -36,7 +36,7 @@
#include "wtf/Forward.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class DOMFileSystem;
@@ -62,6 +62,6 @@ private:
PersistentWillBeMember<DOMFileSystem> m_filesystem;
};
-} // namespace WebCore
+} // namespace blink
#endif // DraggedIsolatedFileSystem_h
« no previous file with comments | « Source/modules/filesystem/DirectoryReaderSync.cpp ('k') | Source/modules/filesystem/DraggedIsolatedFileSystem.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698