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

Unified Diff: third_party/hunspell/src/hunspell/filemgr.cxx

Issue 1135173004: Rename third_party/hunspell_new back to third_party/hunspell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « third_party/hunspell/src/hunspell/filemgr.hxx ('k') | third_party/hunspell/src/hunspell/hashmgr.hxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/src/hunspell/filemgr.cxx
diff --git a/third_party/hunspell_new/src/hunspell/filemgr.cxx b/third_party/hunspell/src/hunspell/filemgr.cxx
similarity index 97%
rename from third_party/hunspell_new/src/hunspell/filemgr.cxx
rename to third_party/hunspell/src/hunspell/filemgr.cxx
index 16217c5b64213d6fefb79f8e94eb781fe0ad83e5..05fc3077896f2bf965e3acc13716e0ebe330b522 100644
--- a/third_party/hunspell_new/src/hunspell/filemgr.cxx
+++ b/third_party/hunspell/src/hunspell/filemgr.cxx
@@ -8,7 +8,7 @@
#include "filemgr.hxx"
#ifdef HUNSPELL_CHROME_CLIENT
-#include "third_party/hunspell_new/google/bdict_reader.h"
+#include "third_party/hunspell/google/bdict_reader.h"
FileMgr::FileMgr(hunspell::LineIterator* iterator) : iterator_(iterator) {
}
« no previous file with comments | « third_party/hunspell/src/hunspell/filemgr.hxx ('k') | third_party/hunspell/src/hunspell/hashmgr.hxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698