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

Unified Diff: chrome/common/translate/language_detection_details.h

Issue 105473003: Add explicit base namespace to string16 users. (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/common/time_format_browsertest.cc ('k') | chrome/common/validation_message_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/translate/language_detection_details.h
diff --git a/chrome/common/translate/language_detection_details.h b/chrome/common/translate/language_detection_details.h
index c05374c35f35e5ac1957b0929982953f422ec47d..066a27e6684b915238ac53fcab5c3d31963a13c9 100644
--- a/chrome/common/translate/language_detection_details.h
+++ b/chrome/common/translate/language_detection_details.h
@@ -37,7 +37,7 @@ struct LanguageDetectionDetails {
std::string adopted_language;
// The contents which is used for detection.
- string16 contents;
+ base::string16 contents;
};
#endif // CHROME_COMMON_TRANSLATE_LANGUAGE_DETECTION_DETAILS_H_
« no previous file with comments | « chrome/common/time_format_browsertest.cc ('k') | chrome/common/validation_message_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698