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

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: Rebase. 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
« no previous file with comments | « Source/core/style/ComputedStyleConstants.h ('k') | Source/core/style/ContentData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « Source/core/style/ComputedStyleConstants.h ('k') | Source/core/style/ContentData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698