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

Unified Diff: Source/core/css/ShadowValue.cpp

Issue 14242011: Absolutify paths to css/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 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 | « Source/core/css/ShadowValue.h ('k') | Source/core/css/StyleBuilder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/ShadowValue.cpp
diff --git a/Source/core/css/ShadowValue.cpp b/Source/core/css/ShadowValue.cpp
index 0e15e325ccdcd01831d5a8b221f1ffda1a3aa3c3..4a99ced600420a322c70a4232754c4120e1103e4 100644
--- a/Source/core/css/ShadowValue.cpp
+++ b/Source/core/css/ShadowValue.cpp
@@ -18,10 +18,10 @@
* Boston, MA 02110-1301, USA.
*/
#include "config.h"
-#include "ShadowValue.h"
+#include "core/css/ShadowValue.h"
-#include "CSSPrimitiveValue.h"
#include "WebCoreMemoryInstrumentation.h"
+#include "core/css/CSSPrimitiveValue.h"
#include <wtf/text/StringBuilder.h>
#include <wtf/text/WTFString.h>
« no previous file with comments | « Source/core/css/ShadowValue.h ('k') | Source/core/css/StyleBuilder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698