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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerError.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/serviceworkers/ServiceWorkerError.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h
index 2fd013f5800b6be0414ae8201947d0c283ae0043..161142a0f7fefd634786c8a0368122b8653a4629 100644
--- a/Source/modules/serviceworkers/ServiceWorkerError.h
+++ b/Source/modules/serviceworkers/ServiceWorkerError.h
@@ -36,7 +36,7 @@
#include "public/platform/WebServiceWorkerError.h"
#include "wtf/PassOwnPtr.h"
-namespace WebCore {
+namespace blink {
class ScriptPromiseResolver;
@@ -51,6 +51,6 @@ private:
ServiceWorkerError() WTF_DELETED_FUNCTION;
};
-} // namespace WebCore
+} // namespace blink
#endif // ServiceWorkerError_h
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerContainerClient.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerError.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698