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

Unified Diff: components/dom_distiller/core/page_features.cc

Issue 1853033003: Fix IWYU violators that don't include scoped_ptr.h in Windows build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/dom_distiller/core/page_features.cc
diff --git a/components/dom_distiller/core/page_features.cc b/components/dom_distiller/core/page_features.cc
index fffe52d0dba082b11d555683eb22aa3eed2edff5..e28cf01c45090a2c8bd67eb6fab7a196fd412bcc 100644
--- a/components/dom_distiller/core/page_features.cc
+++ b/components/dom_distiller/core/page_features.cc
@@ -9,6 +9,7 @@
#include <string>
#include "base/json/json_reader.h"
+#include "base/memory/scoped_ptr.h"
#include "third_party/re2/src/re2/re2.h"
#include "url/gurl.h"
« no previous file with comments | « components/browser_watcher/window_hang_monitor_win_unittest.cc ('k') | components/domain_reliability/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698