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

Unified Diff: Source/core/css/invalidation/DescendantInvalidationSetTest.cpp

Issue 199633020: Move all style invalidation code into the css/invalidation directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge. Created 6 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/css/invalidation/DescendantInvalidationSetTest.cpp
diff --git a/Source/core/css/analyzer/DescendantInvalidationSetTest.cpp b/Source/core/css/invalidation/DescendantInvalidationSetTest.cpp
similarity index 97%
rename from Source/core/css/analyzer/DescendantInvalidationSetTest.cpp
rename to Source/core/css/invalidation/DescendantInvalidationSetTest.cpp
index fb2e480988cfcdc924cc2779111f521d49799ba1..791a46c9675c1cee315e86a49fb0a440f0c8e8d1 100644
--- a/Source/core/css/analyzer/DescendantInvalidationSetTest.cpp
+++ b/Source/core/css/invalidation/DescendantInvalidationSetTest.cpp
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "config.h"
-#include "core/css/analyzer/DescendantInvalidationSet.h"
+#include "core/css/invalidation/DescendantInvalidationSet.h"
#include <gtest/gtest.h>

Powered by Google App Engine
This is Rietveld 408576698