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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h

Issue 502593003: Cleanup: Fix some lint errors in chrome/browser/ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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: chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h b/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
index 8d34340dca07d9623e80a149fe7b7b851960af15..e04bbd2c054bc67c7e9e27a31dd094adc955730c 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
+++ b/chrome/browser/ui/ash/multi_user/multi_user_warning_dialog.h
@@ -5,12 +5,13 @@
#ifndef CHROME_BROWSER_UI_ASH_MULTI_USER_MULTI_USER_WARNING_DIALOG_H_
#define CHROME_BROWSER_UI_ASH_MULTI_USER_MULTI_USER_WARNING_DIALOG_H_
-#include "base/callback.h"
+#include "base/callback_forward.h"
namespace chromeos {
// Creates and shows dialog with introduction.
-void ShowMultiprofilesWarningDialog(const base::Callback<void(bool)> on_accept);
+void ShowMultiprofilesWarningDialog(
+ const base::Callback<void(bool)>& on_accept);
} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698