summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_script_fetcher_impl.h
diff options
context:
space:
mode:
authorttuttle <ttuttle@chromium.org>2015-04-23 12:42:29 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-23 19:42:48 +0000
commit859dc7ae4fac28a22afc10d62c7eb8d8fb2ef7f3 (patch)
tree0aaf024ced03282e40b46786570f2a821c015865 /net/proxy/proxy_script_fetcher_impl.h
parent77137323157640d3eecae553956425c067054383 (diff)
downloadchromium_src-859dc7ae4fac28a22afc10d62c7eb8d8fb2ef7f3.zip
chromium_src-859dc7ae4fac28a22afc10d62c7eb8d8fb2ef7f3.tar.gz
chromium_src-859dc7ae4fac28a22afc10d62c7eb8d8fb2ef7f3.tar.bz2
net cleanup: Remove unnecessary namespace prefixes.
BUG=475208 Review URL: https://codereview.chromium.org/1095823003 Cr-Commit-Position: refs/heads/master@{#326610}
Diffstat (limited to 'net/proxy/proxy_script_fetcher_impl.h')
-rw-r--r--net/proxy/proxy_script_fetcher_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_script_fetcher_impl.h b/net/proxy/proxy_script_fetcher_impl.h
index 54afa4c..2afb116 100644
--- a/net/proxy/proxy_script_fetcher_impl.h
+++ b/net/proxy/proxy_script_fetcher_impl.h
@@ -47,7 +47,7 @@ class NET_EXPORT ProxyScriptFetcherImpl : public ProxyScriptFetcher,
// ProxyScriptFetcher methods:
int Fetch(const GURL& url,
base::string16* text,
- const net::CompletionCallback& callback) override;
+ const CompletionCallback& callback) override;
void Cancel() override;
URLRequestContext* GetRequestContext() const override;
@@ -98,7 +98,7 @@ class NET_EXPORT ProxyScriptFetcherImpl : public ProxyScriptFetcher,
int cur_request_id_;
// Callback to invoke on completion of the fetch.
- net::CompletionCallback callback_;
+ CompletionCallback callback_;
// Holds the error condition that was hit on the current request, or OK.
int result_code_;