diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 20:27:42 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-28 20:27:42 +0000 |
commit | 1988e1c713ab03bc49142fa95ef50841ea079af0 (patch) | |
tree | 1d751dded4b383c01e167b5329655d5ab65e4f6e /chrome/browser/spellchecker/spellcheck_custom_dictionary.cc | |
parent | 9875ede098776c2bc7684a72ee0f7392588bde71 (diff) | |
download | chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.zip chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.tar.gz chromium_src-1988e1c713ab03bc49142fa95ef50841ea079af0.tar.bz2 |
chrome: Update include paths of string_split.h to its new location.
BUG=175186
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/12378016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185315 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/spellchecker/spellcheck_custom_dictionary.cc')
-rw-r--r-- | chrome/browser/spellchecker/spellcheck_custom_dictionary.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc index 18e1bae..47315ad 100644 --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc @@ -9,8 +9,8 @@ #include "base/file_util.h" #include "base/files/important_file_writer.h" #include "base/md5.h" -#include "base/string_split.h" #include "base/strings/string_number_conversions.h" +#include "base/strings/string_split.h" #include "chrome/browser/profiles/profile.h" #include "chrome/common/chrome_constants.h" #include "chrome/common/spellcheck_messages.h" |