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

Unified Diff: Source/platform/LengthSize.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/LengthPoint.h ('k') | Source/platform/LifecycleContext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/LengthSize.h
diff --git a/Source/platform/LengthSize.h b/Source/platform/LengthSize.h
index a506dc7de83a9ef6fafb31a642a341ba5a8113aa..923df13cbf3412e4a3a33943c5ae6d4beabfe9d2 100644
--- a/Source/platform/LengthSize.h
+++ b/Source/platform/LengthSize.h
@@ -23,7 +23,7 @@
#include "platform/Length.h"
-namespace WebCore {
+namespace blink {
class LengthSize {
public:
@@ -53,6 +53,6 @@ private:
Length m_height;
};
-} // namespace WebCore
+} // namespace blink
#endif // LengthSize_h
« no previous file with comments | « Source/platform/LengthPoint.h ('k') | Source/platform/LifecycleContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698