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

Unified Diff: remoting/test/fake_access_token_fetcher.cc

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
« no previous file with comments | « remoting/test/fake_access_token_fetcher.h ('k') | remoting/test/fake_remote_host_info_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/fake_access_token_fetcher.cc
diff --git a/remoting/test/fake_access_token_fetcher.cc b/remoting/test/fake_access_token_fetcher.cc
index fb479de8031be113cd538ca8e4cefa1569c8087a..237569ef19e0f624eea2ebeccf6c1689442a810c 100644
--- a/remoting/test/fake_access_token_fetcher.cc
+++ b/remoting/test/fake_access_token_fetcher.cc
@@ -7,12 +7,13 @@
namespace remoting {
namespace test {
-FakeAccessTokenFetcher::FakeAccessTokenFetcher() :
- fail_access_token_from_auth_code_(false),
- fail_access_token_from_refresh_token_(false) {}
-
-FakeAccessTokenFetcher::~FakeAccessTokenFetcher() {}
+FakeAccessTokenFetcher::FakeAccessTokenFetcher()
+ : fail_access_token_from_auth_code_(false),
+ fail_access_token_from_refresh_token_(false) {
+}
+FakeAccessTokenFetcher::~FakeAccessTokenFetcher() {
+}
void FakeAccessTokenFetcher::GetAccessTokenFromAuthCode(
const std::string& auth_code,
« no previous file with comments | « remoting/test/fake_access_token_fetcher.h ('k') | remoting/test/fake_remote_host_info_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698