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

Unified Diff: Source/core/style/StyleSurroundData.h

Issue 1045723009: Move core/layout/style to core/style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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: Source/core/style/StyleSurroundData.h
diff --git a/Source/core/layout/style/StyleSurroundData.h b/Source/core/style/StyleSurroundData.h
similarity index 97%
rename from Source/core/layout/style/StyleSurroundData.h
rename to Source/core/style/StyleSurroundData.h
index 7715610f49c867a284758d07d6d0048e48b0617c..c4dc2f3f040d1566999e02df10e9cbdf4a851da6 100644
--- a/Source/core/layout/style/StyleSurroundData.h
+++ b/Source/core/style/StyleSurroundData.h
@@ -25,7 +25,7 @@
#ifndef StyleSurroundData_h
#define StyleSurroundData_h
-#include "core/layout/style/BorderData.h"
+#include "core/style/BorderData.h"
#include "platform/LengthBox.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"

Powered by Google App Engine
This is Rietveld 408576698