diff options
author | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 18:17:50 +0000 |
---|---|---|
committer | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-07 18:17:50 +0000 |
commit | e08c1c37b651ea4966774043a5943c7ffd848edf (patch) | |
tree | 289fa0f3acaae3b4ef6f1790a0a02f2ff1512bdf /webkit/pending | |
parent | b023f41f9a6cf7107e7d3be274a3d59fb7c407ef (diff) | |
download | chromium_src-e08c1c37b651ea4966774043a5943c7ffd848edf.zip chromium_src-e08c1c37b651ea4966774043a5943c7ffd848edf.tar.gz chromium_src-e08c1c37b651ea4966774043a5943c7ffd848edf.tar.bz2 |
Add namespace for UTF16Char to unbreak the linux build
Review URL: http://codereview.chromium.org/6546
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/pending')
-rw-r--r-- | webkit/pending/KURL.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/pending/KURL.h b/webkit/pending/KURL.h index 3ca79fc..c2817a5 100644 --- a/webkit/pending/KURL.h +++ b/webkit/pending/KURL.h @@ -257,7 +257,7 @@ private: // Replaces the given components, modifying the current URL. The current // URL must be valid. - typedef url_canon::Replacements<UTF16Char> Replacements; + typedef url_canon::Replacements<url_parse::UTF16Char> Replacements; void replaceComponents(const Replacements& replacements); // Returns true if the scheme matches the given lowercase ASCII scheme. |