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

Side by Side Diff: chrome/browser/extensions/external_install_error.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_EXTENSIONS_EXTERNAL_INSTALL_ERROR_H_ 5 #ifndef CHROME_BROWSER_EXTENSIONS_EXTERNAL_INSTALL_ERROR_H_
6 #define CHROME_BROWSER_EXTENSIONS_EXTERNAL_INSTALL_ERROR_H_ 6 #define CHROME_BROWSER_EXTENSIONS_EXTERNAL_INSTALL_ERROR_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "base/memory/weak_ptr.h" 12 #include "base/memory/weak_ptr.h"
13 #include "chrome/browser/extensions/extension_install_prompt.h" 13 #include "chrome/browser/extensions/extension_install_prompt.h"
14 #include "chrome/browser/extensions/webstore_data_fetcher_delegate.h" 14 #include "chrome/browser/extensions/webstore_data_fetcher_delegate.h"
15 15
16 class Browser; 16 class Browser;
17 class ExtensionInstallPromptShowParams; 17 class ExtensionInstallPromptShowParams;
18 class ExtensionInstallUI;
19 class GlobalError; 18 class GlobalError;
20 class GlobalErrorService; 19 class GlobalErrorService;
21 20
22 namespace content { 21 namespace content {
23 class BrowserContext; 22 class BrowserContext;
24 } 23 }
25 24
26 namespace extensions { 25 namespace extensions {
27 class Extension; 26 class Extension;
28 class ExternalInstallManager; 27 class ExternalInstallManager;
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 std::unique_ptr<WebstoreDataFetcher> webstore_data_fetcher_; 112 std::unique_ptr<WebstoreDataFetcher> webstore_data_fetcher_;
114 113
115 base::WeakPtrFactory<ExternalInstallError> weak_factory_; 114 base::WeakPtrFactory<ExternalInstallError> weak_factory_;
116 115
117 DISALLOW_COPY_AND_ASSIGN(ExternalInstallError); 116 DISALLOW_COPY_AND_ASSIGN(ExternalInstallError);
118 }; 117 };
119 118
120 } // namespace extensions 119 } // namespace extensions
121 120
122 #endif // CHROME_BROWSER_EXTENSIONS_EXTERNAL_INSTALL_ERROR_H_ 121 #endif // CHROME_BROWSER_EXTENSIONS_EXTERNAL_INSTALL_ERROR_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_web_ui.h ('k') | chrome/browser/extensions/install_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698