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

Unified Diff: chrome/browser/ui/app_list/extension_app_model_builder.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
Index: chrome/browser/ui/app_list/extension_app_model_builder.h
diff --git a/chrome/browser/ui/app_list/extension_app_model_builder.h b/chrome/browser/ui/app_list/extension_app_model_builder.h
index 43e3c73164ae3d6283b551383415e6fc43e80acb..95cc471b49d32331a7242dd61b4c8b4b5da4fdb1 100644
--- a/chrome/browser/ui/app_list/extension_app_model_builder.h
+++ b/chrome/browser/ui/app_list/extension_app_model_builder.h
@@ -15,11 +15,11 @@
class AppListControllerDelegate;
class ExtensionAppItem;
-class ExtensionSet;
class Profile;
namespace extensions {
class Extension;
+class ExtensionSet;
class InstallTracker;
}
@@ -68,7 +68,8 @@ class ExtensionAppModelBuilder : public extensions::InstallObserver,
app_list::AppListItemModel* item) OVERRIDE;
// Adds apps in |extensions| to |apps|.
- void AddApps(const ExtensionSet* extensions, ExtensionAppList* apps);
+ void AddApps(const extensions::ExtensionSet* extensions,
+ ExtensionAppList* apps);
// Populates the model with apps.
void PopulateApps();
« no previous file with comments | « chrome/browser/ui/app_list/app_list_controller_delegate.cc ('k') | chrome/browser/ui/app_list/extension_app_model_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698