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

Unified Diff: components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h

Issue 1551433002: Switch to standard integer types in components/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more 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: components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
diff --git a/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h b/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
index b002649fff86c276cbc0e2313e64cde0fa6795f4..ea98809e1654bf41b91c646dd23e134d1b701f69 100644
--- a/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
+++ b/components/signin/ios/browser/fake_profile_oauth2_token_service_ios_delegate.h
@@ -5,6 +5,7 @@
#ifndef COMPONENTS_SIGNIN_IOS_BROWSER_FAKE_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGATE_H_
#define COMPONENTS_SIGNIN_IOS_BROWSER_FAKE_PROFILE_OAUTH2_TOKEN_SERVICE_IOS_DELEGATE_H_
+#include "base/macros.h"
#include "base/threading/thread_checker.h"
#include "components/signin/ios/browser/profile_oauth2_token_service_ios_delegate.h"

Powered by Google App Engine
This is Rietveld 408576698