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

Side by Side Diff: third_party/mozilla/url_parse.h

Issue 2029803003: Update to Chromium //url at Chromium commit 79dc59ac7602413181079ecb463873e29a1d7d0a. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/domokit/gurl@master
Patch Set: Created 4 years, 6 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 unified diff | Download patch
« no previous file with comments | « scheme_host_port_unittest.cc ('k') | url_canon.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_ 5 #ifndef URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_
6 #define URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_ 6 #define URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_
7 7
8 #include <string>
9
10 #include "base/basictypes.h"
11 #include "base/strings/string16.h" 8 #include "base/strings/string16.h"
12 #include "url/url_export.h" 9 #include "url/url_export.h"
13 10
14 namespace url { 11 namespace url {
15 12
16 // Deprecated, but WebKit/WebCore/platform/KURLGooglePrivate.h and 13 // Deprecated, but WebKit/WebCore/platform/KURLGooglePrivate.h and
17 // KURLGoogle.cpp still rely on this type. 14 // KURLGoogle.cpp still rely on this type.
18 typedef base::char16 UTF16Char; 15 typedef base::char16 UTF16Char;
19 16
20 // Component ------------------------------------------------------------------ 17 // Component ------------------------------------------------------------------
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 Component* key, 360 Component* key,
364 Component* value); 361 Component* value);
365 URL_EXPORT bool ExtractQueryKeyValue(const base::char16* url, 362 URL_EXPORT bool ExtractQueryKeyValue(const base::char16* url,
366 Component* query, 363 Component* query,
367 Component* key, 364 Component* key,
368 Component* value); 365 Component* value);
369 366
370 } // namespace url 367 } // namespace url
371 368
372 #endif // URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_ 369 #endif // URL_THIRD_PARTY_MOZILLA_URL_PARSE_H_
OLDNEW
« no previous file with comments | « scheme_host_port_unittest.cc ('k') | url_canon.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698