diff options
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_; |