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

Unified Diff: Source/modules/serviceworkers/ServiceWorkerContainer.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/ServiceWorkerContainer.h
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
index 9ad16bb087ce2280f03eb022db301857ef0f96f5..351d779d8916e5781151d483367b10b3bc84a451 100644
--- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
+++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
@@ -48,7 +48,7 @@ class WebServiceWorkerProvider;
class WebServiceWorker;
}
-namespace WebCore {
+namespace blink {
class Dictionary;
class ExecutionContext;
@@ -99,6 +99,6 @@ private:
RefPtrWillBeMember<ReadyProperty> m_ready;
};
-} // namespace WebCore
+} // namespace blink
#endif // ServiceWorkerContainer_h
« no previous file with comments | « Source/modules/serviceworkers/ServiceWorkerClients.cpp ('k') | Source/modules/serviceworkers/ServiceWorkerContainer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698