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

Unified Diff: Source/modules/serviceworkers/RegistrationOptionList.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
« no previous file with comments | « Source/modules/serviceworkers/NavigatorServiceWorker.cpp ('k') | Source/modules/serviceworkers/Request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/RegistrationOptionList.h
diff --git a/Source/modules/serviceworkers/RegistrationOptionList.h b/Source/modules/serviceworkers/RegistrationOptionList.h
index 209cc3fcc09d2466dc10226f6a2d00227fd9d94f..4d976e99d6ab664fb8c666475c71b17555a45b00 100644
--- a/Source/modules/serviceworkers/RegistrationOptionList.h
+++ b/Source/modules/serviceworkers/RegistrationOptionList.h
@@ -7,7 +7,7 @@
#include "bindings/core/v8/Dictionary.h"
-namespace WebCore {
+namespace blink {
struct RegistrationOptionList {
explicit RegistrationOptionList(const Dictionary& options)
@@ -20,6 +20,6 @@ struct RegistrationOptionList {
String scope;
};
-} // namespace WebCore
+} // namespace blink
#endif // RegistrationOptionList_h
« no previous file with comments | « Source/modules/serviceworkers/NavigatorServiceWorker.cpp ('k') | Source/modules/serviceworkers/Request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698