Add base namespace to some instances of string16.
Adds the base:: qualifier to more instances of string16 in chrome/browser.
BUG=
Review URL: https://codereview.chromium.org/104043005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239257 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/search_engines/util.h b/chrome/browser/search_engines/util.h
index 56553de..e92543e 100644
--- a/chrome/browser/search_engines/util.h
+++ b/chrome/browser/search_engines/util.h
@@ -25,7 +25,8 @@
// Returns a GURL that searches for |terms| using the default search engine of
// |profile|.
-GURL GetDefaultSearchURLForSearchTerms(Profile* profile, const string16& terms);
+GURL GetDefaultSearchURLForSearchTerms(Profile* profile,
+ const base::string16& terms);
// Returns matching URL from |template_urls| or NULL.
TemplateURL* FindURLByPrepopulateID(