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

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

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
Index: Source/modules/serviceworkers/CacheStorage.cpp
diff --git a/Source/modules/serviceworkers/CacheStorage.cpp b/Source/modules/serviceworkers/CacheStorage.cpp
index 07f76a27d27fdaa6f1335dc1783d04bd684353c5..a012042cd3b2f1753860a9775c145cdb2939b8f9 100644
--- a/Source/modules/serviceworkers/CacheStorage.cpp
+++ b/Source/modules/serviceworkers/CacheStorage.cpp
@@ -8,7 +8,7 @@
#include "bindings/core/v8/ScriptPromiseResolver.h"
#include "bindings/core/v8/ScriptState.h"
-namespace WebCore {
+namespace blink {
PassRefPtrWillBeRawPtr<CacheStorage> CacheStorage::create()
{
@@ -71,4 +71,4 @@ CacheStorage::CacheStorage()
ScriptWrappable::init(this);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/serviceworkers/CacheStorage.h ('k') | Source/modules/websockets/NewWebSocketChannelImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698