Chromium Code Reviews

Unified Diff: chrome/browser/android/accessibility/font_size_prefs_android.h

Issue 1847373005: Fix IWYU violators that don't include scoped_ptr.h in Android 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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | chrome/browser/android/compositor/decoration_title.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/accessibility/font_size_prefs_android.h
diff --git a/chrome/browser/android/accessibility/font_size_prefs_android.h b/chrome/browser/android/accessibility/font_size_prefs_android.h
index a39bb7545436c3677831e15cdf701d1d7a27a494..5c8e77fe62b9b4a60a817bb3899252325630d876 100644
--- a/chrome/browser/android/accessibility/font_size_prefs_android.h
+++ b/chrome/browser/android/accessibility/font_size_prefs_android.h
@@ -6,8 +6,10 @@
#define CHROME_BROWSER_ANDROID_ACCESSIBILITY_FONT_SIZE_PREFS_ANDROID_H_
#include <jni.h>
+
#include "base/android/scoped_java_ref.h"
#include "base/macros.h"
+#include "base/memory/scoped_ptr.h"
#include "base/observer_list.h"
class PrefChangeRegistrar;
« no previous file with comments | « no previous file | chrome/browser/android/compositor/decoration_title.h » ('j') | no next file with comments »

Powered by Google App Engine