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

Unified Diff: chrome/browser/ui/app_list/app_list_controller_delegate.h

Issue 102103005: Move c/c/e/extension_set to top-level extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/app_list/app_list_controller_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_controller_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_controller_delegate.h b/chrome/browser/ui/app_list/app_list_controller_delegate.h
index 9f2ad2125919ff6903e6d8c0baf1dfe48cbf86cc..7ea9da9308cee12243fce0bd653cc902beeeff0f 100644
--- a/chrome/browser/ui/app_list/app_list_controller_delegate.h
+++ b/chrome/browser/ui/app_list/app_list_controller_delegate.h
@@ -10,7 +10,6 @@
#include "chrome/common/extensions/extension_constants.h"
#include "ui/gfx/native_widget_types.h"
-class ExtensionSet;
class Profile;
namespace base {
@@ -19,6 +18,7 @@ class FilePath;
namespace extensions {
class Extension;
+class ExtensionSet;
class InstallTracker;
}
@@ -143,7 +143,7 @@ class AppListControllerDelegate {
extensions::InstallTracker* GetInstallTrackerFor(Profile* profile);
// Get the list of installed apps for the given profile.
- void GetApps(Profile* profile, ExtensionSet* out_apps);
+ void GetApps(Profile* profile, extensions::ExtensionSet* out_apps);
};
#endif // CHROME_BROWSER_UI_APP_LIST_APP_LIST_CONTROLLER_DELEGATE_H_
« no previous file with comments | « chrome/browser/themes/theme_service.cc ('k') | chrome/browser/ui/app_list/app_list_controller_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698