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

Unified Diff: chrome/renderer/translate/translate_helper.h

Issue 105493002: Use base namespace for string16 in chrome/renderer. (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/renderer/spellchecker/spelling_engine.h ('k') | chrome/renderer/translate/translate_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/translate/translate_helper.h
diff --git a/chrome/renderer/translate/translate_helper.h b/chrome/renderer/translate/translate_helper.h
index 76612f4e3e179527f8c49de7ea11953685173cf8..f4081e091a7dbf1eb038f40f7b7030bce7123e12 100644
--- a/chrome/renderer/translate/translate_helper.h
+++ b/chrome/renderer/translate/translate_helper.h
@@ -27,7 +27,7 @@ class TranslateHelper : public content::RenderViewObserver {
virtual ~TranslateHelper();
// Informs us that the page's text has been extracted.
- void PageCaptured(int page_id, const string16& contents);
+ void PageCaptured(int page_id, const base::string16& contents);
protected:
// The following methods are protected so they can be overridden in
« no previous file with comments | « chrome/renderer/spellchecker/spelling_engine.h ('k') | chrome/renderer/translate/translate_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698