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

Unified Diff: Source/modules/serviceworkers/Client.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/Client.h
diff --git a/Source/modules/serviceworkers/Client.h b/Source/modules/serviceworkers/Client.h
index 3bba27666c3100c78473bb5cb084ca1a10ff8900..6c986241b48816874d6746b5fdbdd4af46850078 100644
--- a/Source/modules/serviceworkers/Client.h
+++ b/Source/modules/serviceworkers/Client.h
@@ -10,7 +10,7 @@
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
-namespace WebCore {
+namespace blink {
class Client FINAL : public RefCountedWillBeGarbageCollected<Client>, public ScriptWrappable {
DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(Client);
@@ -29,6 +29,6 @@ private:
unsigned m_id;
};
-} // namespace WebCore
+} // namespace blink
#endif // Client_h
« no previous file with comments | « Source/modules/screen_orientation/ScreenScreenOrientation.cpp ('k') | Source/modules/serviceworkers/Client.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698