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

Unified Diff: Source/modules/serviceworkers/CacheStorage.h

Issue 426863003: Clean up remaining uses of WebCore namespace (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/geolocation/GeolocationWatchers.cpp ('k') | Source/modules/serviceworkers/CacheStorage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/CacheStorage.h
diff --git a/Source/modules/serviceworkers/CacheStorage.h b/Source/modules/serviceworkers/CacheStorage.h
index 6d9176be90e9fa65738a6467152c2222f14799c6..30346258023871f209259aa35eef17e62cfb851e 100644
--- a/Source/modules/serviceworkers/CacheStorage.h
+++ b/Source/modules/serviceworkers/CacheStorage.h
@@ -12,7 +12,7 @@
#include "wtf/Noncopyable.h"
#include "wtf/RefCounted.h"
-namespace WebCore {
+namespace blink {
// See https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#cache-storage
@@ -33,6 +33,6 @@ private:
CacheStorage();
};
-} // namespace WebCore
+} // namespace blink
#endif // CacheStorage_h
« no previous file with comments | « Source/modules/geolocation/GeolocationWatchers.cpp ('k') | Source/modules/serviceworkers/CacheStorage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698