Chromium Code Reviews| Index: extensions/browser/updater/update_service.h |
| diff --git a/extensions/browser/updater/update_service.h b/extensions/browser/updater/update_service.h |
| index c4c4d77ca3dda1fa68bcedc1c7ee7fc0ede506b1..77af04643b6f767935fc042da22c8dfe8d219b55 100644 |
| --- a/extensions/browser/updater/update_service.h |
| +++ b/extensions/browser/updater/update_service.h |
| @@ -48,7 +48,7 @@ class UpdateService : public KeyedService { |
| // updates available, they will be downloaded, checked for integrity, |
| // unpacked, and then passed off to the ExtensionSystem::InstallUpdate method |
| // for install completion. |
| - void StartUpdateCheck(std::vector<std::string> extension_ids); |
| + void StartUpdateCheck(const std::vector<std::string>& extension_ids); |
|
lazyboy
2016/07/08 20:56:20
Oops
|
| private: |
| friend class UpdateServiceFactory; |