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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSAngleValue.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/CSSAngleValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
index 37b5633900c340ab3bd2a368af99745ceea7238d..7cbb652d2bc90b57cb364adcdc51a6703463b169 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSAngleValue.h
@@ -9,6 +9,7 @@
#include "core/css/cssom/CSSStyleValue.h"
namespace blink {
+namespace cssom {
class CORE_EXPORT CSSAngleValue final : public CSSStyleValue {
WTF_MAKE_NONCOPYABLE(CSSAngleValue);
@@ -33,6 +34,8 @@ private:
CSSPrimitiveValue::UnitType m_unit;
};
-}
+} // namespace cssom
+} // namespace blink
+
#endif // CSSAngleValue_h

Powered by Google App Engine
This is Rietveld 408576698