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

Unified Diff: remoting/host/gcd_rest_client.h

Issue 2661153003: Moving oauth code from host to base to allow code sharing between host and client. (Closed)
Patch Set: Merge branch 'master' into auth_token Created 3 years, 11 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/host/fake_oauth_token_getter.cc ('k') | remoting/host/gcd_rest_client_unittest.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 5a9f41e8e9601c0a213d511998745135106560f4..fb04625a42bc60ab42a246861e4e5894c04ecda4 100644
--- a/remoting/host/gcd_rest_client.h
+++ b/remoting/host/gcd_rest_client.h
@@ -12,8 +12,8 @@
#include "base/macros.h"
#include "base/time/clock.h"
#include "net/url_request/url_fetcher_delegate.h"
+#include "remoting/base/oauth_token_getter.h"
#include "remoting/base/url_request_context_getter.h"
-#include "remoting/host/oauth_token_getter.h"
namespace base {
class DictionaryValue;
« no previous file with comments | « remoting/host/fake_oauth_token_getter.cc ('k') | remoting/host/gcd_rest_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698