commit | 46cf4be9212a1634b8265ffd27602a4b168e96f9 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Oct 01 11:23:20 2010 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Fri Oct 01 11:23:20 2010 |
tree | 81738636868eebb5fe5a95c84bc8bb9ffe96e8da | |
parent | d3451d83da3c72c35c0c6b391833fe47f0b4236a [diff] |
Fix url_fixer_upper_unittest two-phase lookup problems. The operator<< for url_parse::Component needs to be declared in the same namespace as its parameter type, in this case url_parse. Otherwise Clang fails to compile this because it is more strict on the Standard. See http://clang.llvm.org/compatibility.html#dep_lookup for more info. BUG=none TEST=unit_tests Review URL: http://codereview.chromium.org/3575002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61167 0039d316-1c4b-4281-b951-d872f2087c98