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_ |