| Index: chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| diff --git a/chrome/renderer/spellchecker/spellcheck_provider_test.h b/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| index 878c9486eda3c616237c3c3593c045c908ba5b06..a2a1e9c300dbcf4d823ac79b9c79265698ae3e2f 100644
|
| --- a/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| +++ b/chrome/renderer/spellchecker/spellcheck_provider_test.h
|
| @@ -43,11 +43,11 @@ class TestingSpellCheckProvider : public SpellCheckProvider {
|
| virtual bool Send(IPC::Message* message) OVERRIDE;
|
| void OnCallSpellingService(int route_id,
|
| int identifier,
|
| - const string16& text,
|
| + const base::string16& text,
|
| const std::vector<SpellCheckMarker>& markers);
|
| void ResetResult();
|
|
|
| - string16 text_;
|
| + base::string16 text_;
|
| ScopedVector<IPC::Message> messages_;
|
| size_t spelling_service_call_count_;
|
| };
|
|
|