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

Unified Diff: chrome/browser/spellchecker/spellcheck_host_browsertest.cc

Issue 10573017: Rename SpellCheckCommon namespace to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 6 months 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 | « chrome/browser/spellchecker/spellcheck_host.cc ('k') | chrome/browser/spellchecker/spellcheck_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/spellchecker/spellcheck_host_browsertest.cc
diff --git a/chrome/browser/spellchecker/spellcheck_host_browsertest.cc b/chrome/browser/spellchecker/spellcheck_host_browsertest.cc
index 1a9d8d30e8495aa3a76108b76a1285bd40df2bc5..65a12cd0a53770b17ddf3b7a3172749da6fe2a04 100644
--- a/chrome/browser/spellchecker/spellcheck_host_browsertest.cc
+++ b/chrome/browser/spellchecker/spellcheck_host_browsertest.cc
@@ -42,7 +42,7 @@ IN_PROC_BROWSER_TEST_F(SpellCheckHostBrowserTest, DeleteCorruptedBDICT) {
FilePath dict_dir;
ASSERT_TRUE(PathService::Get(chrome::DIR_APP_DICTIONARIES, &dict_dir));
FilePath bdict_path =
- SpellCheckCommon::GetVersionedFileName("en-US", dict_dir);
+ chrome::spellcheck_common::GetVersionedFileName("en-US", dict_dir);
size_t actual = file_util::WriteFile(bdict_path,
reinterpret_cast<const char*>(kCorruptedBDICT),
« no previous file with comments | « chrome/browser/spellchecker/spellcheck_host.cc ('k') | chrome/browser/spellchecker/spellcheck_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698