diff options
author | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-20 17:35:57 +0000 |
---|---|---|
committer | dbeam@chromium.org <dbeam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-20 17:35:57 +0000 |
commit | 4a856bd7d23d27153ff8a5c5d943edd74bd155a6 (patch) | |
tree | 0af75b7c8af0c2ea6de2851a75e9f3a8da7e6efa /chrome_frame/find_dialog.h | |
parent | 4dcc2ec6b1a9417aab85183acbca64761ccdd32d (diff) | |
download | chromium_src-4a856bd7d23d27153ff8a5c5d943edd74bd155a6.zip chromium_src-4a856bd7d23d27153ff8a5c5d943edd74bd155a6.tar.gz chromium_src-4a856bd7d23d27153ff8a5c5d943edd74bd155a6.tar.bz2 |
Add base:: to string16 in chrome_frame/.
R=grt@chromium.org
BUG=329295
Review URL: https://codereview.chromium.org/113143006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242115 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/find_dialog.h')
-rw-r--r-- | chrome_frame/find_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/find_dialog.h b/chrome_frame/find_dialog.h index 4adcdf0..27eca8b 100644 --- a/chrome_frame/find_dialog.h +++ b/chrome_frame/find_dialog.h @@ -50,7 +50,7 @@ class CFFindDialog : public CDialogImpl<CFFindDialog> { // Store the text we searched for last to determine whether we are doing a // "Find" or a "Find Next". - string16 last_find_text_; + base::string16 last_find_text_; // We don't own these, and they must exist at least as long as we do. scoped_refptr<ChromeFrameAutomationClient> automation_client_; |