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

Unified Diff: Source/core/dom/DOMPointReadOnly.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/DOMPoint.cpp ('k') | Source/core/dom/DOMPointReadOnly.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMPointReadOnly.h
diff --git a/Source/core/dom/DOMPointReadOnly.h b/Source/core/dom/DOMPointReadOnly.h
index 0d8bbe4aa174729ff3952c064730fd2d4de18a9e..3043d825daefd15d2af49d748a604cf4bd348eb7 100644
--- a/Source/core/dom/DOMPointReadOnly.h
+++ b/Source/core/dom/DOMPointReadOnly.h
@@ -7,7 +7,7 @@
#include "platform/heap/Handle.h"
-namespace WebCore {
+namespace blink {
class DOMPointReadOnly : public GarbageCollected<DOMPointReadOnly> {
public:
@@ -29,6 +29,6 @@ protected:
double m_w;
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/core/dom/DOMPoint.cpp ('k') | Source/core/dom/DOMPointReadOnly.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698