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

Side by Side Diff: chrome/browser/chromeos/app_mode/kiosk_app_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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_APP_MODE_KIOSK_APP_MANAGER_H_ 5 #ifndef CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_APP_MANAGER_H_
6 #define CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_APP_MANAGER_H_ 6 #define CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_APP_MANAGER_H_
7 7
8 #include <map> 8 #include <map>
9 #include <memory> 9 #include <memory>
10 #include <string> 10 #include <string>
11 #include <vector> 11 #include <vector>
12 12
13 #include "base/callback_forward.h" 13 #include "base/callback_forward.h"
14 #include "base/lazy_instance.h" 14 #include "base/lazy_instance.h"
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "base/observer_list.h" 16 #include "base/observer_list.h"
17 #include "base/time/time.h" 17 #include "base/time/time.h"
18 #include "chrome/browser/chromeos/app_mode/kiosk_app_data_delegate.h" 18 #include "chrome/browser/chromeos/app_mode/kiosk_app_data_delegate.h"
19 #include "chrome/browser/chromeos/extensions/external_cache.h" 19 #include "chrome/browser/chromeos/extensions/external_cache.h"
20 #include "chrome/browser/chromeos/settings/cros_settings.h" 20 #include "chrome/browser/chromeos/settings/cros_settings.h"
21 #include "chrome/browser/chromeos/settings/install_attributes.h" 21 #include "chrome/browser/chromeos/settings/install_attributes.h"
22 #include "components/signin/core/account_id/account_id.h" 22 #include "components/signin/core/account_id/account_id.h"
23 #include "ui/gfx/image/image_skia.h" 23 #include "ui/gfx/image/image_skia.h"
24 24
25 class GURL; 25 class GURL;
26 class PrefRegistrySimple; 26 class PrefRegistrySimple;
27 class Profile; 27 class Profile;
28 28
29 namespace base {
30 class RefCountedString;
31 }
32
33 namespace extensions { 29 namespace extensions {
34 class Extension; 30 class Extension;
35 class ExternalLoader; 31 class ExternalLoader;
36 } 32 }
37 33
38 namespace chromeos { 34 namespace chromeos {
39 35
40 class AppSession; 36 class AppSession;
41 class KioskAppData; 37 class KioskAppData;
42 class KioskAppExternalLoader; 38 class KioskAppExternalLoader;
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 base::WeakPtr<KioskAppExternalLoader> secondary_app_external_loader_; 340 base::WeakPtr<KioskAppExternalLoader> secondary_app_external_loader_;
345 341
346 std::unique_ptr<AppSession> app_session_; 342 std::unique_ptr<AppSession> app_session_;
347 343
348 DISALLOW_COPY_AND_ASSIGN(KioskAppManager); 344 DISALLOW_COPY_AND_ASSIGN(KioskAppManager);
349 }; 345 };
350 346
351 } // namespace chromeos 347 } // namespace chromeos
352 348
353 #endif // CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_APP_MANAGER_H_ 349 #endif // CHROME_BROWSER_CHROMEOS_APP_MODE_KIOSK_APP_MANAGER_H_
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client_parts.h ('k') | chrome/browser/chromeos/arc/arc_session_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698