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

Unified Diff: net/base/url_util.h

Issue 255333003: Renamed namespaces in src/net. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tue 04/29/2014 19:22:06.75 Created 6 years, 8 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 | « net/base/registry_controlled_domains/registry_controlled_domain.cc ('k') | net/base/url_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/url_util.h
diff --git a/net/base/url_util.h b/net/base/url_util.h
index 83d03562f86abf57a3db81b4ca408cb2f0956945..362be873c11cd4b01936280c7b097e724b432fb5 100644
--- a/net/base/url_util.h
+++ b/net/base/url_util.h
@@ -61,10 +61,10 @@ class NET_EXPORT QueryIterator {
private:
const GURL& url_;
- url_parse::Component query_;
+ url::Component query_;
bool at_end_;
- url_parse::Component key_;
- url_parse::Component value_;
+ url::Component key_;
+ url::Component value_;
std::string unescaped_value_;
DISALLOW_COPY_AND_ASSIGN(QueryIterator);
« no previous file with comments | « net/base/registry_controlled_domains/registry_controlled_domain.cc ('k') | net/base/url_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698