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

Unified Diff: Source/platform/Widget.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/Widget.h ('k') | Source/platform/animation/AnimationUtilities.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Widget.cpp
diff --git a/Source/platform/Widget.cpp b/Source/platform/Widget.cpp
index 0f15bfc5844f65913c905637650f1e71a34aa6d3..40683290a2d131a13cd49484700840d7975dc20a 100644
--- a/Source/platform/Widget.cpp
+++ b/Source/platform/Widget.cpp
@@ -30,7 +30,7 @@
#include "wtf/Assertions.h"
-namespace WebCore {
+namespace blink {
Widget::Widget()
: m_parent(0)
@@ -202,4 +202,4 @@ IntPoint Widget::convertSelfToChild(const Widget*, const IntPoint& point) const
return point;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/Widget.h ('k') | Source/platform/animation/AnimationUtilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698