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

Unified Diff: remoting/test/fake_access_token_fetcher.h

Issue 1037723003: Updated the formatting for the app remoting test driver files using clag-format for consistency. N… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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: remoting/test/fake_access_token_fetcher.h
diff --git a/remoting/test/fake_access_token_fetcher.h b/remoting/test/fake_access_token_fetcher.h
index 173469b717fb8794caf8ae7edfa73f276b54ca80..b2d74def08f01cef405cbfadafb5cd90e0a0bf0d 100644
--- a/remoting/test/fake_access_token_fetcher.h
+++ b/remoting/test/fake_access_token_fetcher.h
@@ -24,9 +24,8 @@ class FakeAccessTokenFetcher : public AccessTokenFetcher {
~FakeAccessTokenFetcher() override;
// AccessTokenFetcher interface.
- void GetAccessTokenFromAuthCode(
- const std::string& auth_code,
- const AccessTokenCallback& callback) override;
+ void GetAccessTokenFromAuthCode(const std::string& auth_code,
+ const AccessTokenCallback& callback) override;
void GetAccessTokenFromRefreshToken(
const std::string& refresh_token,
const AccessTokenCallback& callback) override;
« no previous file with comments | « remoting/test/app_remoting_test_driver_environment_unittest.cc ('k') | remoting/test/fake_access_token_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698