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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h

Issue 2367663002: [WIP] Attempt to move everything cssom into a cssom namespace (Closed)
Patch Set: Created 4 years, 3 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
Index: third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h
index 85e2d5d903a1e0af30432905cb6c9edea47edd68..c5e5c656119afe7857b71b40ff11a664599d905f 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h
@@ -9,6 +9,7 @@
#include "core/css/cssom/CSSLengthValue.h"
namespace blink {
+namespace cssom {
class CSSPrimitiveValue;
@@ -64,6 +65,8 @@ private:
DEFINE_SIMPLE_LENGTH_TYPE_CASTS(CSSLengthValue);
DEFINE_SIMPLE_LENGTH_TYPE_CASTS(CSSStyleValue);
+} // namespace cssom
} // namespace blink
+
#endif
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSScale.cpp ('k') | third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698