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

Unified Diff: Source/core/platform/graphics/ImageFrameGeneratorTest.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/ImageFrameGeneratorTest.cpp
diff --git a/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp b/Source/core/platform/graphics/ImageFrameGeneratorTest.cpp
similarity index 98%
rename from Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
rename to Source/core/platform/graphics/ImageFrameGeneratorTest.cpp
index a8ba03eb36841bf7261794c82bc7e16529acd476..8c248c70b6d50e369f1f455f35a3011e97732027 100644
--- a/Source/core/platform/graphics/chromium/ImageFrameGeneratorTest.cpp
+++ b/Source/core/platform/graphics/ImageFrameGeneratorTest.cpp
@@ -24,10 +24,10 @@
*/
#include "config.h"
-#include "core/platform/graphics/chromium/ImageFrameGenerator.h"
+#include "core/platform/graphics/ImageFrameGenerator.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 "platform/SharedBuffer.h"
#include "platform/Task.h"
#include "public/platform/Platform.h"
« no previous file with comments | « Source/core/platform/graphics/ImageFrameGenerator.cpp ('k') | Source/core/platform/graphics/ImageSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698