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

Unified Diff: Source/modules/filesystem/InspectorFileSystemAgent.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/InspectorFileSystemAgent.h
diff --git a/Source/modules/filesystem/InspectorFileSystemAgent.h b/Source/modules/filesystem/InspectorFileSystemAgent.h
index 26f9a0cd5acde6280917e333136af220efecbc8d..58c7df4f01657a9cd8c5a65bb81696a76c8c1be3 100644
--- a/Source/modules/filesystem/InspectorFileSystemAgent.h
+++ b/Source/modules/filesystem/InspectorFileSystemAgent.h
@@ -35,7 +35,7 @@
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
-namespace WebCore {
+namespace blink {
class ExecutionContext;
class Page;
@@ -67,6 +67,6 @@ private:
bool m_enabled;
};
-} // namespace WebCore
+} // namespace blink
#endif // InspectorFileSystemAgent_h
« no previous file with comments | « Source/modules/filesystem/HTMLInputElementFileSystem.cpp ('k') | Source/modules/filesystem/InspectorFileSystemAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698