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

Unified Diff: remoting/test/fake_remote_host_info_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
« no previous file with comments | « remoting/test/fake_access_token_fetcher.cc ('k') | remoting/test/fake_remote_host_info_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.h
diff --git a/remoting/test/fake_remote_host_info_fetcher.h b/remoting/test/fake_remote_host_info_fetcher.h
index d82860f9ffa1eab859d47098f3f714245060bf7e..af8b0b45e27b86013e7140b3dc4dc1de1dda2825 100644
--- a/remoting/test/fake_remote_host_info_fetcher.h
+++ b/remoting/test/fake_remote_host_info_fetcher.h
@@ -21,11 +21,10 @@ class FakeRemoteHostInfoFetcher : public RemoteHostInfoFetcher {
~FakeRemoteHostInfoFetcher() override;
// RemoteHostInfoFetcher interface.
- bool RetrieveRemoteHostInfo(
- const std::string& application_id,
- const std::string& access_token,
- ServiceEnvironment service_environment,
- const RemoteHostInfoCallback& callback) override;
+ bool RetrieveRemoteHostInfo(const std::string& application_id,
+ const std::string& access_token,
+ ServiceEnvironment service_environment,
+ const RemoteHostInfoCallback& callback) override;
void set_fail_retrieve_remote_host_info(bool fail) {
fail_retrieve_remote_host_info_ = fail;
« no previous file with comments | « remoting/test/fake_access_token_fetcher.cc ('k') | remoting/test/fake_remote_host_info_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698