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

Side by Side Diff: chrome/browser/policy/cloud/user_policy_signin_service.h

Issue 12189011: Split up chrome/browser/policy subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 10 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 | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_POLICY_USER_POLICY_SIGNIN_SERVICE_H_ 5 #ifndef CHROME_BROWSER_POLICY_CLOUD_USER_POLICY_SIGNIN_SERVICE_H_
6 #define CHROME_BROWSER_POLICY_USER_POLICY_SIGNIN_SERVICE_H_ 6 #define CHROME_BROWSER_POLICY_CLOUD_USER_POLICY_SIGNIN_SERVICE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "base/memory/scoped_ptr.h" 9 #include "base/memory/scoped_ptr.h"
10 #include "base/memory/weak_ptr.h" 10 #include "base/memory/weak_ptr.h"
11 #include "chrome/browser/policy/cloud_policy_service.h" 11 #include "chrome/browser/policy/cloud/cloud_policy_service.h"
12 #include "chrome/browser/policy/user_info_fetcher.h" 12 #include "chrome/browser/policy/cloud/user_info_fetcher.h"
13 #include "chrome/browser/profiles/profile_keyed_service.h" 13 #include "chrome/browser/profiles/profile_keyed_service.h"
14 #include "content/public/browser/notification_observer.h" 14 #include "content/public/browser/notification_observer.h"
15 #include "content/public/browser/notification_registrar.h" 15 #include "content/public/browser/notification_registrar.h"
16 #include "google_apis/gaia/oauth2_access_token_consumer.h" 16 #include "google_apis/gaia/oauth2_access_token_consumer.h"
17 17
18 class OAuth2AccessTokenFetcher; 18 class OAuth2AccessTokenFetcher;
19 class Profile; 19 class Profile;
20 20
21 namespace base { 21 namespace base {
22 class Time; 22 class Time;
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 144
145 // Access token used to register the CloudPolicyClient and also access 145 // Access token used to register the CloudPolicyClient and also access
146 // GAIA to get information about the signed in user. 146 // GAIA to get information about the signed in user.
147 std::string oauth_access_token_; 147 std::string oauth_access_token_;
148 148
149 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService); 149 DISALLOW_COPY_AND_ASSIGN(UserPolicySigninService);
150 }; 150 };
151 151
152 } // namespace policy 152 } // namespace policy
153 153
154 #endif // CHROME_BROWSER_POLICY_USER_POLICY_SIGNIN_SERVICE_H_ 154 #endif // CHROME_BROWSER_POLICY_CLOUD_USER_POLICY_SIGNIN_SERVICE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698