| OLD | NEW |
| 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 Loading... |
| 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_ |
| OLD | NEW |