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

Unified Diff: remoting/test/fake_remote_host_info_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_remote_host_info_fetcher.h ('k') | remoting/test/mock_access_token_fetcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/test/fake_remote_host_info_fetcher.cc
diff --git a/remoting/test/fake_remote_host_info_fetcher.cc b/remoting/test/fake_remote_host_info_fetcher.cc
index 8270984daf28d091db447af32bfa27da7011bdbe..c97f2e4ebcb42c5f90d4946271010f72b5b90834 100644
--- a/remoting/test/fake_remote_host_info_fetcher.cc
+++ b/remoting/test/fake_remote_host_info_fetcher.cc
@@ -7,10 +7,12 @@
namespace remoting {
namespace test {
-FakeRemoteHostInfoFetcher::FakeRemoteHostInfoFetcher() :
- fail_retrieve_remote_host_info_(false) {}
+FakeRemoteHostInfoFetcher::FakeRemoteHostInfoFetcher()
+ : fail_retrieve_remote_host_info_(false) {
+}
-FakeRemoteHostInfoFetcher::~FakeRemoteHostInfoFetcher() {}
+FakeRemoteHostInfoFetcher::~FakeRemoteHostInfoFetcher() {
+}
bool FakeRemoteHostInfoFetcher::RetrieveRemoteHostInfo(
const std::string& application_id,
« no previous file with comments | « remoting/test/fake_remote_host_info_fetcher.h ('k') | remoting/test/mock_access_token_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698