Index: Source/testing/runner/MockSpellCheck.h |
diff --git a/Source/testing/runner/MockSpellCheck.h b/Source/testing/runner/MockSpellCheck.h |
index d7333585795704970d2e14c910fd487093aa955f..ccb13203cd884c41d21c5b3e526062365739ae34 100644 |
--- a/Source/testing/runner/MockSpellCheck.h |
+++ b/Source/testing/runner/MockSpellCheck.h |
@@ -81,7 +81,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; |