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

Unified Diff: Source/platform/LengthBox.h

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/Length.cpp ('k') | Source/platform/LengthBox.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LengthBox.h
diff --git a/Source/platform/LengthBox.h b/Source/platform/LengthBox.h
index d1e405b85d87f51186a34114b4f701d1b51536f7..777f6cd4d936a6803bfe34c74bdec2369936859a 100644
--- a/Source/platform/LengthBox.h
+++ b/Source/platform/LengthBox.h
@@ -27,7 +27,7 @@
#include "platform/text/TextDirection.h"
#include "platform/text/WritingMode.h"
-namespace WebCore {
+namespace blink {
class RenderStyle;
@@ -104,6 +104,6 @@ public:
Length m_bottom;
};
-} // namespace WebCore
+} // namespace blink
#endif // LengthBox_h
« no previous file with comments | « Source/platform/Length.cpp ('k') | Source/platform/LengthBox.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698