Index: remoting/test/access_token_fetcher.h |
diff --git a/remoting/test/access_token_fetcher.h b/remoting/test/access_token_fetcher.h |
index 9749b07252f8545e563e6a14ae1d77fc90a288da..50062f7ee6f8cdcf246ae7258e44b0ce8dc55320 100644 |
--- a/remoting/test/access_token_fetcher.h |
+++ b/remoting/test/access_token_fetcher.h |
@@ -17,9 +17,9 @@ namespace test { |
// Supplied by the client for each request to GAIA and returns valid tokens on |
// success or empty tokens on failure. |
-typedef base::Callback<void( |
- const std::string& access_token, |
- const std::string& refresh_token)> AccessTokenCallback; |
+typedef base::Callback<void(const std::string& access_token, |
+ const std::string& refresh_token)> |
+ AccessTokenCallback; |
// Retrieves an access token from either an authorization code or a refresh |
// token. Destroying the AccessTokenFetcher while a request is outstanding will |