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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerClients.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/ServiceWorkerClients.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
index f6bb3334d71246d45418b2fc161dadce3abb5795..de4961978742608d9d8195926c731a2b15051665 100644
--- a/Source/modules/serviceworkers/ServiceWorkerClients.h
+++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
@@ -10,7 +10,7 @@
#include "public/platform/WebServiceWorkerClientsInfo.h"
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class Client;
class ExecutionContext;
@@ -31,6 +31,6 @@ private:
ServiceWorkerClients();
};
-} // namespace WebCore
+} // namespace blink
#endif // ServiceWorkerClients_h
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorker.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698