summaryrefslogtreecommitdiffstats
path: root/remoting/test/fake_access_token_fetcher.cc
diff options
context:
space:
mode:
authorjoedow <joedow@chromium.org>2015-03-25 20:47:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-26 03:48:46 +0000
commit13648c69b85f0abde8d2d08f66077649726eafff (patch)
tree1a1f55b541c0aaa51b158380c31f11741e1d4883 /remoting/test/fake_access_token_fetcher.cc
parent412f817abb0ee72dc14b21d92edda13fc1bc8b43 (diff)
downloadchromium_src-13648c69b85f0abde8d2d08f66077649726eafff.zip
chromium_src-13648c69b85f0abde8d2d08f66077649726eafff.tar.gz
chromium_src-13648c69b85f0abde8d2d08f66077649726eafff.tar.bz2
Updated the formatting for the app remoting test driver files using clag-format for consistency. No logic changes.
BUG= Review URL: https://codereview.chromium.org/1037723003 Cr-Commit-Position: refs/heads/master@{#322311}
Diffstat (limited to 'remoting/test/fake_access_token_fetcher.cc')
-rw-r--r--remoting/test/fake_access_token_fetcher.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/remoting/test/fake_access_token_fetcher.cc b/remoting/test/fake_access_token_fetcher.cc
index fb479de..237569e 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,