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

Side by Side Diff: chrome/browser/chromeos/login/session/user_session_manager.h

Issue 2530053003: chrome: Cleanup class/struct forward declarations (Closed)
Patch Set: Rebase + address comment Created 4 years 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_SESSION_USER_SESSION_MANAGER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_USER_SESSION_MANAGER_H_
6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_USER_SESSION_MANAGER_H_ 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_USER_SESSION_MANAGER_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
(...skipping 12 matching lines...) Expand all
23 #include "chromeos/login/auth/authenticator.h" 23 #include "chromeos/login/auth/authenticator.h"
24 #include "chromeos/login/auth/user_context.h" 24 #include "chromeos/login/auth/user_context.h"
25 #include "components/user_manager/user.h" 25 #include "components/user_manager/user.h"
26 #include "components/user_manager/user_manager.h" 26 #include "components/user_manager/user_manager.h"
27 #include "net/base/network_change_notifier.h" 27 #include "net/base/network_change_notifier.h"
28 #include "ui/base/ime/chromeos/input_method_manager.h" 28 #include "ui/base/ime/chromeos/input_method_manager.h"
29 29
30 class AccountId; 30 class AccountId;
31 class GURL; 31 class GURL;
32 class PrefRegistrySimple; 32 class PrefRegistrySimple;
33 class PrefService;
34 class Profile; 33 class Profile;
35 class TokenHandleFetcher; 34 class TokenHandleFetcher;
36 35
37 namespace net { 36 namespace net {
38 class URLRequestContextGetter; 37 class URLRequestContextGetter;
39 } 38 }
40 39
41 namespace user_manager { 40 namespace user_manager {
42 class User; 41 class User;
43 } // namespace user_manager 42 } // namespace user_manager
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 hats_notification_controller_; 501 hats_notification_controller_;
503 502
504 base::WeakPtrFactory<UserSessionManager> weak_factory_; 503 base::WeakPtrFactory<UserSessionManager> weak_factory_;
505 504
506 DISALLOW_COPY_AND_ASSIGN(UserSessionManager); 505 DISALLOW_COPY_AND_ASSIGN(UserSessionManager);
507 }; 506 };
508 507
509 } // namespace chromeos 508 } // namespace chromeos
510 509
511 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_USER_SESSION_MANAGER_H_ 510 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_SESSION_USER_SESSION_MANAGER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698