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

Unified Diff: third_party/WebKit/Source/core/style/FilterOperationsTest.cpp

Issue 2375453002: Move FilterOperation*.{cpp,h} to core/style/ (Closed)
Patch Set: Fix EXPORTs Created 4 years, 3 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: third_party/WebKit/Source/core/style/FilterOperationsTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterOperationsTest.cpp b/third_party/WebKit/Source/core/style/FilterOperationsTest.cpp
similarity index 98%
rename from third_party/WebKit/Source/platform/graphics/filters/FilterOperationsTest.cpp
rename to third_party/WebKit/Source/core/style/FilterOperationsTest.cpp
index ecb4268d2900615ef701b82061ef489f3bbfaa0f..cd4ddf8571e5ed7d7024b60872eae19333bd80b8 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterOperationsTest.cpp
+++ b/third_party/WebKit/Source/core/style/FilterOperationsTest.cpp
@@ -23,7 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "platform/graphics/filters/FilterOperations.h"
+#include "core/style/FilterOperations.h"
#include "testing/gtest/include/gtest/gtest.h"
« no previous file with comments | « third_party/WebKit/Source/core/style/FilterOperations.cpp ('k') | third_party/WebKit/Source/core/style/StyleFilterData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698