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

Unified Diff: Source/core/style/ComputedStyleTest.cpp

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/ComputedStyleTest.cpp
diff --git a/Source/core/layout/style/ComputedStyleTest.cpp b/Source/core/style/ComputedStyleTest.cpp
similarity index 95%
rename from Source/core/layout/style/ComputedStyleTest.cpp
rename to Source/core/style/ComputedStyleTest.cpp
index 616788f32475185a2950ce6e38ff498286585c52..107985a374323c8e8ddf76581219257e6c065160 100644
--- a/Source/core/layout/style/ComputedStyleTest.cpp
+++ b/Source/core/style/ComputedStyleTest.cpp
@@ -3,10 +3,10 @@
// found in the LICENSE file.
#include "config.h"
-#include "core/layout/style/ComputedStyle.h"
+#include "core/style/ComputedStyle.h"
#include "core/layout/ClipPathOperation.h"
-#include "core/layout/style/ShapeValue.h"
+#include "core/style/ShapeValue.h"
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698