Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: mash/app_driver/app_driver.h

Issue 2062333002: mojo::Callback -> base::Callback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/usb/mojo/device_manager_impl.cc ('k') | mash/app_driver/app_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « device/usb/mojo/device_manager_impl.cc ('k') | mash/app_driver/app_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698