Index: mash/app_driver/app_driver.h |
diff --git a/mash/app_driver/app_driver.h b/mash/app_driver/app_driver.h |
index 25386b2a81d73fc10569c2b3663ac75a9f054818..31bbe2e571e97ee624a616471ab6564b47a3e06d 100644 |
--- a/mash/app_driver/app_driver.h |
+++ b/mash/app_driver/app_driver.h |
@@ -27,8 +27,7 @@ class AppDriver : public shell::ShellClient, |
~AppDriver() override; |
private: |
- void OnAvailableCatalogEntries( |
- const mojo::Array<catalog::mojom::EntryPtr>& entries); |
+ void OnAvailableCatalogEntries(mojo::Array<catalog::mojom::EntryPtr> entries); |
// shell::ShellClient: |
void Initialize(shell::Connector* connector, |