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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerContainerClient.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/ServiceWorkerContainerClient.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
index 457e9dcbddaca6b8100b7f6e02857c5c8ec42eb0..1b4b75b60c011189b2ce1d099929f03fe37dfffe 100644
--- a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
+++ b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
@@ -13,7 +13,7 @@ namespace blink {
class WebServiceWorkerProvider;
}
-namespace WebCore {
+namespace blink {
class ExecutionContext;
@@ -48,6 +48,6 @@ protected:
void provideServiceWorkerContainerClientToWorker(WorkerClients*, PassOwnPtr<blink::WebServiceWorkerProvider>);
-} // namespace WebCore
+} // namespace blink
#endif // ServiceWorkerContainerClient_h

Powered by Google App Engine
This is Rietveld 408576698