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

Unified Diff: chrome/browser/extensions/apps_promo.cc

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 6 Created 8 years, 7 months 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/extensions/apps_promo.h ('k') | chrome/browser/extensions/apps_promo_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/apps_promo.cc
diff --git a/chrome/browser/extensions/apps_promo.cc b/chrome/browser/extensions/apps_promo.cc
index b9d4365cb2e0108e55b53e62ae2c7764146f5a5f..70f0f6492804d1f0ea4753f2f959a8aa47fe414b 100644
--- a/chrome/browser/extensions/apps_promo.cc
+++ b/chrome/browser/extensions/apps_promo.cc
@@ -202,7 +202,7 @@ AppsPromo::AppsPromo(PrefService* prefs)
AppsPromo::~AppsPromo() {}
-bool AppsPromo::ShouldShowPromo(const ExtensionIdSet& installed_ids,
+bool AppsPromo::ShouldShowPromo(const extensions::ExtensionIdSet& installed_ids,
bool* just_expired) {
*just_expired = false;
@@ -253,7 +253,8 @@ bool AppsPromo::ShouldShowPromo(const ExtensionIdSet& installed_ids,
return false;
}
-bool AppsPromo::ShouldShowAppLauncher(const ExtensionIdSet& installed_ids) {
+bool AppsPromo::ShouldShowAppLauncher(
+ const extensions::ExtensionIdSet& installed_ids) {
// On Chrome OS the default apps are installed via a separate mechanism that
// is always enabled. Therefore we always show the launcher.
#if defined(OS_CHROMEOS)
« no previous file with comments | « chrome/browser/extensions/apps_promo.h ('k') | chrome/browser/extensions/apps_promo_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698