| Index: chrome/common/language_detection_details.h
|
| diff --git a/chrome/common/language_detection_details.h b/chrome/common/language_detection_details.h
|
| index 3fa4a1596f2eaa2b770a50e9ae96426f30843391..a8db2563906b3cee7e308b9009a379b09745c900 100644
|
| --- a/chrome/common/language_detection_details.h
|
| +++ b/chrome/common/language_detection_details.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "base/string16.h"
|
| #include "base/time.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "ipc/ipc_message_macros.h"
|
| @@ -32,6 +33,9 @@ struct LanguageDetectionDetails {
|
|
|
| // The adopted language
|
| std::string adopted_language;
|
| +
|
| + // The contents which is used for detection
|
| + string16 contents;
|
| };
|
|
|
| #endif // CHROME_COMMON_LANGUAGE_DETECTION_DETAILS_H_
|
|
|