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

Unified Diff: Source/core/platform/graphics/DeferredImageDecoderTest.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/DeferredImageDecoderTest.cpp
diff --git a/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp b/Source/core/platform/graphics/DeferredImageDecoderTest.cpp
similarity index 98%
rename from Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp
rename to Source/core/platform/graphics/DeferredImageDecoderTest.cpp
index a71e27de52d65c4306ac4d2fbe61267a72cf9ff0..b495d5bb45d0fc0b51f479e0c98b38b5a8eafddf 100644
--- a/Source/core/platform/graphics/chromium/DeferredImageDecoderTest.cpp
+++ b/Source/core/platform/graphics/DeferredImageDecoderTest.cpp
@@ -24,13 +24,13 @@
*/
#include "config.h"
-#include "core/platform/graphics/chromium/DeferredImageDecoder.h"
+#include "core/platform/graphics/DeferredImageDecoder.h"
#include "SkBitmapDevice.h"
#include "SkCanvas.h"
#include "SkPicture.h"
-#include "core/platform/graphics/chromium/ImageDecodingStore.h"
-#include "core/platform/graphics/chromium/test/MockImageDecoder.h"
+#include "core/platform/graphics/ImageDecodingStore.h"
+#include "core/platform/graphics/test/MockImageDecoder.h"
#include "core/platform/graphics/skia/NativeImageSkia.h"
#include "platform/SharedBuffer.h"
#include "platform/Task.h"
« no previous file with comments | « Source/core/platform/graphics/DeferredImageDecoder.cpp ('k') | Source/core/platform/graphics/DiscardablePixelRef.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698