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

Side by Side Diff: components/signin/core/browser/gaia_cookie_manager_service.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 4 years, 12 months 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_SIGNIN_CORE_BROWSER_GAIA_COOKIE_MANAGER_SERVICE_H 5 #ifndef COMPONENTS_SIGNIN_CORE_BROWSER_GAIA_COOKIE_MANAGER_SERVICE_H
6 #define COMPONENTS_SIGNIN_CORE_BROWSER_GAIA_COOKIE_MANAGER_SERVICE_H 6 #define COMPONENTS_SIGNIN_CORE_BROWSER_GAIA_COOKIE_MANAGER_SERVICE_H
7 7
8 #include <deque> 8 #include <deque>
9 9
10 #include "base/macros.h"
10 #include "base/observer_list.h" 11 #include "base/observer_list.h"
11 #include "base/timer/timer.h" 12 #include "base/timer/timer.h"
12 #include "components/signin/core/browser/signin_client.h" 13 #include "components/signin/core/browser/signin_client.h"
13 #include "google_apis/gaia/gaia_auth_consumer.h" 14 #include "google_apis/gaia/gaia_auth_consumer.h"
14 #include "google_apis/gaia/gaia_auth_util.h" 15 #include "google_apis/gaia/gaia_auth_util.h"
15 #include "google_apis/gaia/ubertoken_fetcher.h" 16 #include "google_apis/gaia/ubertoken_fetcher.h"
16 #include "net/base/backoff_entry.h" 17 #include "net/base/backoff_entry.h"
17 #include "net/url_request/url_fetcher_delegate.h" 18 #include "net/url_request/url_fetcher_delegate.h"
18 19
19 class GaiaAuthFetcher; 20 class GaiaAuthFetcher;
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 bool external_cc_result_fetched_; 290 bool external_cc_result_fetched_;
290 291
291 std::vector<gaia::ListedAccount> listed_accounts_; 292 std::vector<gaia::ListedAccount> listed_accounts_;
292 293
293 bool list_accounts_stale_; 294 bool list_accounts_stale_;
294 295
295 DISALLOW_COPY_AND_ASSIGN(GaiaCookieManagerService); 296 DISALLOW_COPY_AND_ASSIGN(GaiaCookieManagerService);
296 }; 297 };
297 298
298 #endif // COMPONENTS_SIGNIN_CORE_BROWSER_GAIA_COOKIE_MANAGER_SERVICE_H 299 #endif // COMPONENTS_SIGNIN_CORE_BROWSER_GAIA_COOKIE_MANAGER_SERVICE_H
OLDNEW
« no previous file with comments | « components/signin/core/browser/fake_signin_manager.cc ('k') | components/signin/core/browser/gaia_cookie_manager_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698