Index: chrome/browser/chromeos/login/profile_auth_data.h |
=================================================================== |
--- chrome/browser/chromeos/login/profile_auth_data.h (revision 177312) |
+++ chrome/browser/chromeos/login/profile_auth_data.h (working copy) |
@@ -20,11 +20,10 @@ |
// server bound certs from the profile that was used for authentication. |
// |cookies_transfered_callback| will be called on UI thread after cookie |
// transfer part of this operation is completed. |
- static void Transfer( |
- Profile* from_profile, |
- Profile* to_profile, |
- bool transfer_cookies, |
- const base::Callback<void()>& cookies_transfered_callback); |
+ static void Transfer(Profile* from_profile, |
+ Profile* to_profile, |
+ bool transfer_cookies, |
+ const base::Closure& cookies_transfered_callback); |
private: |
DISALLOW_IMPLICIT_CONSTRUCTORS(ProfileAuthData); |