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

Unified Diff: chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.h

Issue 1545223002: Switch to standard integer types in chrome/browser/, part 4 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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/supervised_user/legacy/supervised_user_registration_utility_stub.h
diff --git a/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.h b/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.h
index f3597f671587d60ba536a3f287f03154993e9c13..6816e36a561fc32a4dbcd144fb4e3486740c171b 100644
--- a/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.h
+++ b/chrome/browser/supervised_user/legacy/supervised_user_registration_utility_stub.h
@@ -7,8 +7,8 @@
#include <string>
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "base/strings/string16.h"
#include "chrome/browser/supervised_user/legacy/supervised_user_registration_utility.h"
#include "google_apis/gaia/google_service_auth_error.h"

Powered by Google App Engine
This is Rietveld 408576698