summaryrefslogtreecommitdiffstats
path: root/chrome/third_party
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 03:31:44 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-05 03:31:44 +0000
commit80720414325af11e0dccedaf8c8f65998f91ec76 (patch)
treeb834366724189756614a45ada157e8021c33f8a3 /chrome/third_party
parente515f5de833d9298682570fd2f70abb16d032912 (diff)
downloadchromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.zip
chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.tar.gz
chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.tar.bz2
Move scoped_vector.h and stl_util-inl.h to base/
http://crbug.com/11387 Review URL: http://codereview.chromium.org/107001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/third_party')
-rw-r--r--chrome/third_party/hunspell/src/hunspell/hashmgr.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/third_party/hunspell/src/hunspell/hashmgr.hxx b/chrome/third_party/hunspell/src/hunspell/hashmgr.hxx
index 6b68988..781175e5 100644
--- a/chrome/third_party/hunspell/src/hunspell/hashmgr.hxx
+++ b/chrome/third_party/hunspell/src/hunspell/hashmgr.hxx
@@ -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 };