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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSResourceValue.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/CSSResourceValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h b/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h
index 50d0993cde3725641692cd5c4d4cc70f1f3b13d7..7b89d6b3cc8a8fd15181029df56860f80f006fa8 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h
@@ -10,6 +10,7 @@
#include "core/fetch/Resource.h"
namespace blink {
+namespace cssom {
class CORE_EXPORT CSSResourceValue : public CSSStyleValue {
WTF_MAKE_NONCOPYABLE(CSSResourceValue);
@@ -48,6 +49,8 @@ protected:
virtual Resource::Status status() const = 0;
};
+} // namespace cssom
} // namespace blink
+
#endif // CSSResourceValue_h

Powered by Google App Engine
This is Rietveld 408576698