| 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 9b9e30f9028789dad32630dff42726d9aaf90021..748264827c96390ee75d22b2b772f123df3c7396 100644
|
| --- a/chrome/browser/extensions/extension_toolbar_model.h
|
| +++ b/chrome/browser/extensions/extension_toolbar_model.h
|
| @@ -187,7 +187,7 @@ class ExtensionToolbarModel : public content::NotificationObserver,
|
| // takes the shortcut - looking at the regular model's content and modifying
|
| // it.
|
| void InitializeExtensionList();
|
| - void Populate(const ExtensionIdList& positions);
|
| + void Populate(ExtensionIdList* positions);
|
| void IncognitoPopulate();
|
|
|
| // Save the model to prefs.
|
|
|