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

Unified Diff: chrome/browser/android/signin/account_management_screen_helper.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/signin/account_management_screen_helper.h
diff --git a/chrome/browser/android/signin/account_management_screen_helper.h b/chrome/browser/android/signin/account_management_screen_helper.h
index 8487848b30f84ff16b3bf3f135ef900f3a029df9..c9019bc442823853e4437bbb9fca74842e234c0d 100644
--- a/chrome/browser/android/signin/account_management_screen_helper.h
+++ b/chrome/browser/android/signin/account_management_screen_helper.h
@@ -7,7 +7,7 @@
#include <jni.h>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "components/signin/core/browser/signin_header_helper.h"
class Profile;
« no previous file with comments | « chrome/browser/android/shortcut_info_unittest.cc ('k') | chrome/browser/android/signin/account_tracker_service_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698