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

Unified Diff: Source/modules/filesystem/DirectoryReaderBase.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
« no previous file with comments | « Source/modules/filesystem/DirectoryReader.cpp ('k') | Source/modules/filesystem/DirectoryReaderSync.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/filesystem/DirectoryReaderBase.h
diff --git a/Source/modules/filesystem/DirectoryReaderBase.h b/Source/modules/filesystem/DirectoryReaderBase.h
index 7b3e06ff7c6cd0ba43683589e3d0db8911d76320..dc77b81d49d2983cde0a0f98f51bebbe36eb9608 100644
--- a/Source/modules/filesystem/DirectoryReaderBase.h
+++ b/Source/modules/filesystem/DirectoryReaderBase.h
@@ -35,7 +35,7 @@
#include "platform/heap/Handle.h"
#include "wtf/text/WTFString.h"
-namespace WebCore {
+namespace blink {
class DirectoryReaderBase : public GarbageCollectedFinalized<DirectoryReaderBase> {
public:
@@ -65,6 +65,6 @@ protected:
bool m_hasMoreEntries;
};
-} // namespace WebCore
+} // namespace blink
#endif // DirectoryReaderBase_h
« no previous file with comments | « Source/modules/filesystem/DirectoryReader.cpp ('k') | Source/modules/filesystem/DirectoryReaderSync.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698