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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.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/CSSPositionValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h
index 5df21736d298732f74393eb78b5c381f93957a28..193b12cbfa1676975dbaa01458b10e0bd0615546 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.h
@@ -10,6 +10,7 @@
#include "core/css/cssom/CSSStyleValue.h"
namespace blink {
+namespace cssom {
class CSSLengthValue;
@@ -49,6 +50,8 @@ protected:
};
+} // namespace cssom
} // namespace blink
+
#endif

Powered by Google App Engine
This is Rietveld 408576698