Index: mash/app_driver/app_driver.cc |
diff --git a/mash/app_driver/app_driver.cc b/mash/app_driver/app_driver.cc |
index 01c9f2545c1eae2b04ef1568509b4f604e100410..24d4651f3868c513aa5dd9ad904acccedab5d97f 100644 |
--- a/mash/app_driver/app_driver.cc |
+++ b/mash/app_driver/app_driver.cc |
@@ -60,7 +60,7 @@ AppDriver::AppDriver() |
AppDriver::~AppDriver() {} |
void AppDriver::OnAvailableCatalogEntries( |
- const mojo::Array<catalog::mojom::EntryPtr>& entries) { |
+ mojo::Array<catalog::mojom::EntryPtr> entries) { |
if (entries.empty()) { |
LOG(ERROR) << "Unable to install accelerators for launching chrome."; |
return; |