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

Unified Diff: chrome/browser/android/recently_closed_tabs_bridge.h

Issue 1542413002: Switch to standard integer types in chrome/browser/, part 1 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/android/recently_closed_tabs_bridge.h
diff --git a/chrome/browser/android/recently_closed_tabs_bridge.h b/chrome/browser/android/recently_closed_tabs_bridge.h
index 3468862628730c69ac559f36bdddbb3f5cf8ffb1..1c0268d2686f819ba47cc62f8d298e31fb718385 100644
--- a/chrome/browser/android/recently_closed_tabs_bridge.h
+++ b/chrome/browser/android/recently_closed_tabs_bridge.h
@@ -9,6 +9,7 @@
#include "base/android/scoped_java_ref.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "components/sessions/core/tab_restore_service_observer.h"
class Profile;
« no previous file with comments | « chrome/browser/android/provider/chrome_browser_provider.cc ('k') | chrome/browser/android/seccomp_support_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698