Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1390)

Unified Diff: Source/testing/runner/MockSpellCheck.h

Issue 105143014: Add base:: to string16 in Source/testing/runner/. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/testing/runner/MockGrammarCheck.cpp ('k') | Source/testing/runner/MockSpellCheck.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/testing/runner/MockGrammarCheck.cpp ('k') | Source/testing/runner/MockSpellCheck.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698