Index: chrome/browser/extensions/extension_toolbar_model.h |
diff --git a/chrome/browser/extensions/extension_toolbar_model.h b/chrome/browser/extensions/extension_toolbar_model.h |
index c9d975df632a0fcec5ea65d212e1b2c6d9294e15..d25f48c77393b8ddbccf319621dd7a1ba0223b35 100644 |
--- a/chrome/browser/extensions/extension_toolbar_model.h |
+++ b/chrome/browser/extensions/extension_toolbar_model.h |
@@ -93,7 +93,7 @@ class ExtensionToolbarModel : public content::NotificationObserver, |
void RemoveObserver(Observer* observer); |
// Moves the given |extension|'s icon to the given |index|. |
- void MoveExtensionIcon(const Extension* extension, size_t index); |
+ void MoveExtensionIcon(const std::string& id, size_t index); |
// Sets the number of extension icons that should be visible. |
// If count == size(), this will set the visible icon count to -1, meaning |