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

Unified Diff: extensions/browser/test_image_loader.cc

Issue 1951013003: Remove all uses of skia::RefPtr and stale includes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Florin's smart pointer fix Created 4 years, 7 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
« no previous file with comments | « extensions/browser/image_loader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/test_image_loader.cc
diff --git a/extensions/browser/test_image_loader.cc b/extensions/browser/test_image_loader.cc
index af6ce25cfb15a676be691e37d442e069417d28b3..c4cb261dd0308e38a1d4399fc288e4e92c1315ef 100644
--- a/extensions/browser/test_image_loader.cc
+++ b/extensions/browser/test_image_loader.cc
@@ -7,6 +7,7 @@
#include "base/bind.h"
#include "extensions/browser/image_loader.h"
#include "extensions/common/extension.h"
+#include "third_party/skia/include/core/SkBitmap.h"
namespace extensions {
« no previous file with comments | « extensions/browser/image_loader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698