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

Side by Side Diff: chrome/browser/chromeos/login/users/chrome_user_manager_impl.h

Issue 2354613002: [Sync] Fix namespaces for the browser_sync component. (Closed)
Patch Set: Address comments. Created 4 years, 2 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 CHROME_BROWSER_CHROMEOS_LOGIN_USERS_CHROME_USER_MANAGER_IMPL_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_USERS_CHROME_USER_MANAGER_IMPL_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_CHROME_USER_MANAGER_IMPL_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_CHROME_USER_MANAGER_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
(...skipping 17 matching lines...) Expand all
28 #include "chrome/browser/chromeos/policy/device_local_account_policy_service.h" 28 #include "chrome/browser/chromeos/policy/device_local_account_policy_service.h"
29 #include "chrome/browser/chromeos/settings/cros_settings.h" 29 #include "chrome/browser/chromeos/settings/cros_settings.h"
30 #include "chrome/browser/chromeos/settings/device_settings_service.h" 30 #include "chrome/browser/chromeos/settings/device_settings_service.h"
31 #include "components/signin/core/account_id/account_id.h" 31 #include "components/signin/core/account_id/account_id.h"
32 #include "components/user_manager/user.h" 32 #include "components/user_manager/user.h"
33 #include "content/public/browser/notification_observer.h" 33 #include "content/public/browser/notification_observer.h"
34 #include "content/public/browser/notification_registrar.h" 34 #include "content/public/browser/notification_registrar.h"
35 35
36 class PrefRegistrySimple; 36 class PrefRegistrySimple;
37 class PrefService; 37 class PrefService;
38 class ProfileSyncService;
39 38
40 namespace gfx { 39 namespace gfx {
41 class ImageSkia; 40 class ImageSkia;
42 } 41 }
43 42
44 namespace user_manager { 43 namespace user_manager {
45 class RemoveUserDelegate; 44 class RemoveUserDelegate;
46 } 45 }
47 46
48 namespace chromeos { 47 namespace chromeos {
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 std::unique_ptr<BootstrapManager> bootstrap_manager_; 286 std::unique_ptr<BootstrapManager> bootstrap_manager_;
288 287
289 base::WeakPtrFactory<ChromeUserManagerImpl> weak_factory_; 288 base::WeakPtrFactory<ChromeUserManagerImpl> weak_factory_;
290 289
291 DISALLOW_COPY_AND_ASSIGN(ChromeUserManagerImpl); 290 DISALLOW_COPY_AND_ASSIGN(ChromeUserManagerImpl);
292 }; 291 };
293 292
294 } // namespace chromeos 293 } // namespace chromeos
295 294
296 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_CHROME_USER_MANAGER_IMPL_H_ 295 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_CHROME_USER_MANAGER_IMPL_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698