| Index: content/shell/renderer/test_runner/MockSpellCheck.h
|
| diff --git a/content/shell/renderer/test_runner/MockSpellCheck.h b/content/shell/renderer/test_runner/MockSpellCheck.h
|
| index 5123c030d8869213fa2ada5ce3345a37ea7769e2..ca86cdfb60d24cf64344bd81cbbfe6c101335b82 100644
|
| --- a/content/shell/renderer/test_runner/MockSpellCheck.h
|
| +++ b/content/shell/renderer/test_runner/MockSpellCheck.h
|
| @@ -56,7 +56,7 @@ private:
|
| bool initializeIfNeeded();
|
|
|
| // A table that consists of misspelled words.
|
| - std::vector<string16> m_misspelledWords;
|
| + std::vector<base::string16> m_misspelledWords;
|
|
|
| // A flag representing whether or not this object is initialized.
|
| bool m_initialized;
|
|
|