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

Unified Diff: Source/web/WebImageCache.cpp

Issue 26679003: Move platform/graphics/chromium/* to platform/graphics/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix mac build 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/web/WebImageCache.cpp
diff --git a/Source/web/WebImageCache.cpp b/Source/web/WebImageCache.cpp
index b4b6f1d3cac35e57f40d6220bdfd21e8e9dfb424..cc90ad5993c1f2de7fea4210155d6bea57076023 100644
--- a/Source/web/WebImageCache.cpp
+++ b/Source/web/WebImageCache.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "WebImageCache.h"
-#include "core/platform/graphics/chromium/ImageDecodingStore.h"
+#include "core/platform/graphics/ImageDecodingStore.h"
using WebCore::ImageDecodingStore;

Powered by Google App Engine
This is Rietveld 408576698