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

Unified Diff: Source/core/dom/DOMRectReadOnly.h

Issue 426863003: Clean up remaining uses of WebCore namespace (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/core/dom/DOMRect.cpp ('k') | Source/core/dom/DOMRectReadOnly.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMRectReadOnly.h
diff --git a/Source/core/dom/DOMRectReadOnly.h b/Source/core/dom/DOMRectReadOnly.h
index e82bb3c71824941f8991f4d66c85cdac6545684a..19e120bb93572ee958b4ce490a3337c053fa0672 100644
--- a/Source/core/dom/DOMRectReadOnly.h
+++ b/Source/core/dom/DOMRectReadOnly.h
@@ -7,7 +7,7 @@
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class DOMRectReadOnly : public GarbageCollected<DOMRectReadOnly> {
public:
@@ -34,6 +34,6 @@ protected:
double m_height;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/core/dom/DOMRect.cpp ('k') | Source/core/dom/DOMRectReadOnly.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698