| Index: chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| diff --git a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| index e7b9140f1f5b8be7658a4c0f57df5a629fe0c391..d99273bf168e9a18a52d7db99c5fb66391bd43ae 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| +++ b/chrome/browser/spellchecker/spellcheck_custom_dictionary.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include <functional>
|
|
|
| -#include "base/file_util.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/files/important_file_writer.h"
|
| #include "base/md5.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|