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

Unified Diff: Source/core/dom/DOMPoint.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 | « no previous file | Source/core/dom/DOMPoint.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMPoint.h
diff --git a/Source/core/dom/DOMPoint.h b/Source/core/dom/DOMPoint.h
index dcfaac253ab2bfa5ec8d2a3f0ae3398bf10e95ae..11d53ebacc7cdaf8e064d141cd785c4d116a7abb 100644
--- a/Source/core/dom/DOMPoint.h
+++ b/Source/core/dom/DOMPoint.h
@@ -8,7 +8,7 @@
#include "bindings/core/v8/Dictionary.h"
#include "core/dom/DOMPointReadOnly.h"
-namespace WebCore {
+namespace blink {
class DOMPoint FINAL : public DOMPointReadOnly {
public:
@@ -24,6 +24,6 @@ protected:
DOMPoint(double x, double y, double z, double w);
};
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « no previous file | Source/core/dom/DOMPoint.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698