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

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

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/extensions/extension_toolbar_model.cc
diff --git a/chrome/browser/extensions/extension_toolbar_model.cc b/chrome/browser/extensions/extension_toolbar_model.cc
index 8cc820ca34cd9397ad9422abf33929fd435331bd..f64934427f445dcb5b7a26c72c31828cce8ec37b 100644
--- a/chrome/browser/extensions/extension_toolbar_model.cc
+++ b/chrome/browser/extensions/extension_toolbar_model.cc
@@ -25,6 +25,7 @@
#include "content/public/browser/notification_source.h"
#include "content/public/browser/web_contents.h"
#include "extensions/common/extension.h"
+#include "extensions/common/extension_set.h"
#include "extensions/common/feature_switch.h"
using extensions::Extension;
@@ -336,7 +337,8 @@ void ExtensionToolbarModel::Populate(
extensions::ExtensionActionManager::Get(profile_);
// Create the lists.
- for (ExtensionSet::const_iterator it = service->extensions()->begin();
+ for (extensions::ExtensionSet::const_iterator it =
+ service->extensions()->begin();
it != service->extensions()->end(); ++it) {
const Extension* extension = it->get();
if (!extension_action_manager->GetBrowserAction(*extension))
« no previous file with comments | « chrome/browser/extensions/extension_sync_bundle.cc ('k') | chrome/browser/extensions/extension_warning_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698