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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.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/CSSStyleImageValue.h
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
index ccba062dd12237b76dab1ab9efcc37416cc96390..c25c545d5687212ea403699b99b695f0afe9ec40 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
+++ b/third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.h
@@ -12,6 +12,7 @@
namespace blink {
+namespace cssom {
class CORE_EXPORT CSSStyleImageValue : public CSSResourceValue {
WTF_MAKE_NONCOPYABLE(CSSStyleImageValue);
@@ -56,6 +57,8 @@ protected:
}
};
+} // namespace cssom
} // namespace blink
+
#endif // CSSResourceValue_h
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSkew.cpp ('k') | third_party/WebKit/Source/core/css/cssom/CSSStyleImageValue.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698