Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5383)

Unified Diff: chrome_frame/find_dialog.h

Issue 113143006: Add base:: to string16 in chrome_frame/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_frame/chrome_tab.cc ('k') | chrome_frame/find_dialog.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/find_dialog.h
diff --git a/chrome_frame/find_dialog.h b/chrome_frame/find_dialog.h
index 4adcdf0868a103f9a48cd5ddd37970615c4f1132..27eca8bcda29bc4b57508fda1ebac8a5d4df2324 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_;
« no previous file with comments | « chrome_frame/chrome_tab.cc ('k') | chrome_frame/find_dialog.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698