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

Unified Diff: Source/modules/serviceworkers/HeadersForEachCallback.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/Headers.cpp ('k') | Source/modules/serviceworkers/InstallEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/HeadersForEachCallback.h
diff --git a/Source/modules/serviceworkers/HeadersForEachCallback.h b/Source/modules/serviceworkers/HeadersForEachCallback.h
index 30a4d881c123ac8cd0d83bb05c43a5f172430a9d..7f1d70ea0100e07d2e3ef751fda1a199a1d678f5 100644
--- a/Source/modules/serviceworkers/HeadersForEachCallback.h
+++ b/Source/modules/serviceworkers/HeadersForEachCallback.h
@@ -7,7 +7,7 @@
#include "bindings/core/v8/ScriptValue.h"
-namespace WebCore {
+namespace blink {
class Headers;
@@ -18,6 +18,6 @@ public:
virtual bool handleItem(const String& value, const String& key, Headers*) = 0;
};
-} // namespace WebCore
+} // namespace blink
#endif // HeadersForEachCallback_h
« no previous file with comments | « Source/modules/serviceworkers/Headers.cpp ('k') | Source/modules/serviceworkers/InstallEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698