diff options
Diffstat (limited to 'remoting/host/setup/oauth_helper.cc')
-rw-r--r-- | remoting/host/setup/oauth_helper.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/setup/oauth_helper.cc b/remoting/host/setup/oauth_helper.cc index 6cc119a..7746df1 100644 --- a/remoting/host/setup/oauth_helper.cc +++ b/remoting/host/setup/oauth_helper.cc @@ -6,8 +6,8 @@ #include "base/strings/stringprintf.h" #include "google_apis/google_api_keys.h" -#include "googleurl/src/url_parse.h" #include "net/base/escape.h" +#include "url/url_parse.h" namespace { |