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

Unified Diff: Source/core/platform/graphics/ImageDecodingStoreTest.cpp

Issue 26679003: Move platform/graphics/chromium/* to platform/graphics/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rename fix Created 7 years, 1 month 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/platform/graphics/ImageDecodingStoreTest.cpp
diff --git a/Source/core/platform/graphics/chromium/ImageDecodingStoreTest.cpp b/Source/core/platform/graphics/ImageDecodingStoreTest.cpp
similarity index 98%
rename from Source/core/platform/graphics/chromium/ImageDecodingStoreTest.cpp
rename to Source/core/platform/graphics/ImageDecodingStoreTest.cpp
index 9b70cce5f1a8bc718d7e27b517ab19c0c20c4ebc..9c2bf7c7ae7c23437b6da412067769fba7d9cde3 100644
--- a/Source/core/platform/graphics/chromium/ImageDecodingStoreTest.cpp
+++ b/Source/core/platform/graphics/ImageDecodingStoreTest.cpp
@@ -25,12 +25,12 @@
#include "config.h"
-#include "core/platform/graphics/chromium/ImageDecodingStore.h"
+#include "core/platform/graphics/ImageDecodingStore.h"
#include "platform/SharedBuffer.h"
-#include "core/platform/graphics/chromium/ImageFrameGenerator.h"
-#include "core/platform/graphics/chromium/test/MockDiscardablePixelRef.h"
-#include "core/platform/graphics/chromium/test/MockImageDecoder.h"
+#include "core/platform/graphics/ImageFrameGenerator.h"
+#include "core/platform/graphics/test/MockDiscardablePixelRef.h"
+#include "core/platform/graphics/test/MockImageDecoder.h"
#include <gtest/gtest.h>
using namespace WebCore;
« no previous file with comments | « Source/core/platform/graphics/ImageDecodingStore.cpp ('k') | Source/core/platform/graphics/ImageFrameGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698