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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.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/CSSKeywordValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
index e4de0877c17aaf9cdf9e0f82349b624563e35230..5506aa65179184194cf7d4ef66de538a37bdaa37 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSKeywordValue.h
@@ -11,6 +11,7 @@
#include "wtf/text/AtomicString.h"
namespace blink {
+namespace cssom {
class ExceptionState;
@@ -38,6 +39,8 @@ DEFINE_TYPE_CASTS(CSSKeywordValue, CSSStyleValue, value,
value->type() == CSSStyleValue::StyleValueType::KeywordType,
value.type() == CSSStyleValue::StyleValueType::KeywordType);
+} // namespace cssom
} // namespace blink
+
#endif

Powered by Google App Engine
This is Rietveld 408576698