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
1 file changed