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

Unified Diff: chrome/browser/printing/pwg_raster_converter.h

Issue 1852953002: Fix a bunch of IWYU violators that don't include scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 9 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
Index: chrome/browser/printing/pwg_raster_converter.h
diff --git a/chrome/browser/printing/pwg_raster_converter.h b/chrome/browser/printing/pwg_raster_converter.h
index a101afcd45c4371431d527b82a91ab109891aad8..1ff51e77591976c87a616f6738322637986a1939 100644
--- a/chrome/browser/printing/pwg_raster_converter.h
+++ b/chrome/browser/printing/pwg_raster_converter.h
@@ -7,6 +7,7 @@
#include "base/callback.h"
#include "base/memory/ref_counted_memory.h"
+#include "base/memory/scoped_ptr.h"
namespace base {
class FilePath;

Powered by Google App Engine
This is Rietveld 408576698