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

Unified Diff: content/shell/renderer/test_runner/MockSpellCheck.h

Issue 113653003: Add base:: to straggling string16 in content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
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;
« no previous file with comments | « content/shell/renderer/test_runner/MockGrammarCheck.cpp ('k') | content/shell/renderer/test_runner/MockSpellCheck.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698