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

Unified Diff: chrome/third_party/hunspell/src/hunspell/hashmgr.hxx

Issue 107001: Move scoped_vector.h and stl_util-inl.h to base/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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/renderer/user_script_slave.h ('k') | chrome/views/controls/menu/menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/third_party/hunspell/src/hunspell/hashmgr.hxx
===================================================================
--- chrome/third_party/hunspell/src/hunspell/hashmgr.hxx (revision 15263)
+++ chrome/third_party/hunspell/src/hunspell/hashmgr.hxx (working copy)
@@ -5,11 +5,12 @@
#include "htypes.hxx"
#ifdef HUNSPELL_CHROME_CLIENT
-#include "chrome/common/stl_util-inl.h"
-#include "chrome/third_party/hunspell/google/bdict_reader.h"
-#include "base/string_piece.h"
#include <string>
#include <map>
+
+#include "base/stl_util-inl.h"
+#include "base/string_piece.h"
+#include "chrome/third_party/hunspell/google/bdict_reader.h"
#endif
enum flag { FLAG_CHAR, FLAG_LONG, FLAG_NUM, FLAG_UNI };
« no previous file with comments | « chrome/renderer/user_script_slave.h ('k') | chrome/views/controls/menu/menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698