| Index: chrome/common/instant_types.cc
|
| diff --git a/chrome/common/instant_types.cc b/chrome/common/instant_types.cc
|
| index ea7440184fe3e3be99796aad3dc09a9c3575d8a4..5d199ae46de6f95e173c6aa4142a162161cd528a 100644
|
| --- a/chrome/common/instant_types.cc
|
| +++ b/chrome/common/instant_types.cc
|
| @@ -7,7 +7,7 @@
|
| InstantSuggestion::InstantSuggestion() {
|
| }
|
|
|
| -InstantSuggestion::InstantSuggestion(const string16& in_text,
|
| +InstantSuggestion::InstantSuggestion(const base::string16& in_text,
|
| const std::string& in_metadata)
|
| : text(in_text),
|
| metadata(in_metadata) {
|
|
|