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

Unified Diff: third_party/WebKit/Source/core/css/CSSCounterValue.h

Issue 2804673003: Move CSSCounterValue & CSSCursorImageValue to the namespace blink::cssvalue. (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/core/css/CSSCounterValue.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/CSSCounterValue.h
diff --git a/third_party/WebKit/Source/core/css/CSSCounterValue.h b/third_party/WebKit/Source/core/css/CSSCounterValue.h
index 2d8b025523d819dbcac92d2ca22cef7a020023b8..ca2eb898042c2082173da26ec985da9461b386b1 100644
--- a/third_party/WebKit/Source/core/css/CSSCounterValue.h
+++ b/third_party/WebKit/Source/core/css/CSSCounterValue.h
@@ -28,6 +28,8 @@
namespace blink {
+namespace cssvalue {
+
class CSSCounterValue : public CSSValue {
public:
static CSSCounterValue* create(CSSCustomIdentValue* identifier,
@@ -65,6 +67,8 @@ class CSSCounterValue : public CSSValue {
DEFINE_CSS_VALUE_TYPE_CASTS(CSSCounterValue, isCounterValue());
+} // namespace cssvalue
+
} // namespace blink
#endif // CSSCounterValue_h
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/CSSCounterValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698