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

Side by Side Diff: chrome/browser/signin/token_revoker_test_utils.h

Issue 2712883005: Sign out profile when local_state file has been changed. (Closed)
Patch Set: Merge from master Created 3 years, 9 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 (c) 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 CHROME_BROWSER_SIGNIN_TOKEN_REVOKER_TEST_UTILS_H_ 5 #ifndef CHROME_BROWSER_SIGNIN_TOKEN_REVOKER_TEST_UTILS_H_
6 #define CHROME_BROWSER_SIGNIN_TOKEN_REVOKER_TEST_UTILS_H_ 6 #define CHROME_BROWSER_SIGNIN_TOKEN_REVOKER_TEST_UTILS_H_
7 7
8 #include "base/memory/ref_counted.h" 8 #include "base/memory/ref_counted.h"
9 #include "google_apis/gaia/gaia_auth_fetcher.h" 9 #include "google_apis/gaia/gaia_auth_fetcher.h"
10 10
11 namespace content { 11 namespace content {
(...skipping 18 matching lines...) Expand all
30 private: 30 private:
31 GaiaAuthFetcher gaia_fetcher_; 31 GaiaAuthFetcher gaia_fetcher_;
32 scoped_refptr<content::MessageLoopRunner> message_loop_runner_; 32 scoped_refptr<content::MessageLoopRunner> message_loop_runner_;
33 33
34 DISALLOW_COPY_AND_ASSIGN(RefreshTokenRevoker); 34 DISALLOW_COPY_AND_ASSIGN(RefreshTokenRevoker);
35 }; 35 };
36 36
37 } // namespace token_revoker_test_utils 37 } // namespace token_revoker_test_utils
38 38
39 #endif // CHROME_BROWSER_SIGNIN_TOKEN_REVOKER_TEST_UTILS_H_ 39 #endif // CHROME_BROWSER_SIGNIN_TOKEN_REVOKER_TEST_UTILS_H_
OLDNEW
« no previous file with comments | « chrome/browser/signin/signin_util_unittest.cc ('k') | chrome/browser/signin/token_revoker_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698