diff options
author | tfarina <tfarina@chromium.org> | 2015-05-26 10:41:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-26 17:42:30 +0000 |
commit | 018de6ec894a3d4015ca61e2c46dedaf24b1fff5 (patch) | |
tree | 13eb91d13463db3726fd6bd8d3b81c5b9370d441 /remoting | |
parent | 2ea9490c373bdf90284814d57b694bae2dc1a948 (diff) | |
download | chromium_src-018de6ec894a3d4015ca61e2c46dedaf24b1fff5.zip chromium_src-018de6ec894a3d4015ca61e2c46dedaf24b1fff5.tar.gz chromium_src-018de6ec894a3d4015ca61e2c46dedaf24b1fff5.tar.bz2 |
url: Fix the TODO in url_parse.h header.
this removes url/url_parse.h header, since it was just a pass through
for url/third_party/mozilla/url_parse.h, and update the call sites.
BUG=None
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/1152373003
Cr-Commit-Position: refs/heads/master@{#331390}
Diffstat (limited to 'remoting')
-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 65f06bc..3ad1b4f 100644 --- a/remoting/host/setup/oauth_helper.cc +++ b/remoting/host/setup/oauth_helper.cc @@ -7,7 +7,7 @@ #include "base/strings/stringprintf.h" #include "google_apis/google_api_keys.h" #include "net/base/escape.h" -#include "url/url_parse.h" +#include "url/third_party/mozilla/url_parse.h" namespace { |