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

Unified Diff: ash/system/locale/locale_notification_controller.h

Issue 2867673004: Use OnceCallback on Mojo interfaces in //ash (Closed)
Patch Set: count -> container_count Created 3 years, 7 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
Index: ash/system/locale/locale_notification_controller.h
diff --git a/ash/system/locale/locale_notification_controller.h b/ash/system/locale/locale_notification_controller.h
index 7ea476a8ed114b79efb7ae9439b77f10f3ff95ae..f0411d5592edfe99adb69f4b4bf1a9bb9f8e6346 100644
--- a/ash/system/locale/locale_notification_controller.h
+++ b/ash/system/locale/locale_notification_controller.h
@@ -29,7 +29,7 @@ class LocaleNotificationController
void OnLocaleChanged(const std::string& cur_locale,
const std::string& from_locale,
const std::string& to_locale,
- const OnLocaleChangedCallback& callback) override;
+ OnLocaleChangedCallback callback) override;
std::string cur_locale_;
std::string from_locale_;
« no previous file with comments | « ash/shell/window_watcher_shelf_item_delegate.cc ('k') | ash/system/locale/locale_notification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698