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

Unified Diff: remoting/host/gcd_rest_client.h

Issue 1549493004: Use std::move() instead of .Pass() in remoting/host (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_not_pass
Patch Set: include <utility> Created 5 years 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/host/fake_host_extension.cc ('k') | remoting/host/gcd_rest_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/gcd_rest_client.h
diff --git a/remoting/host/gcd_rest_client.h b/remoting/host/gcd_rest_client.h
index 52c49e863d4c91c6d1e4fbaa4231fca7d72166f9..23263f217147caec35b44e4f5acedf5d9d08f7ad 100644
--- a/remoting/host/gcd_rest_client.h
+++ b/remoting/host/gcd_rest_client.h
@@ -53,7 +53,7 @@ class GcdRestClient : public net::URLFetcherDelegate {
void PatchState(scoped_ptr<base::DictionaryValue> patch_details,
const GcdRestClient::ResultCallback& callback);
- void SetClockForTest(scoped_ptr<base::Clock> clock) { clock_ = clock.Pass(); }
+ void SetClockForTest(scoped_ptr<base::Clock> clock);
private:
void OnTokenReceived(OAuthTokenGetter::Status status,
« no previous file with comments | « remoting/host/fake_host_extension.cc ('k') | remoting/host/gcd_rest_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698