| Index: content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| diff --git a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| index 469f1947063b9993a93192d51b46608a040e001e..2516b31d076d3bb3159c6a20e6376a8a77171d3a 100644
|
| --- a/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| +++ b/content/browser/hyphenator/hyphenator_message_filter_unittest.cc
|
| @@ -121,7 +121,7 @@ TEST_F(HyphenatorMessageFilterTest, OpenDictionary) {
|
|
|
| // Open a sample dictionary file and attach it to the
|
| // HyphenatorMessageFilter class so it can return a valid file.
|
| - FilePath path;
|
| + base::FilePath path;
|
| PathService::Get(base::DIR_SOURCE_ROOT, &path);
|
| path = path.Append(FILE_PATH_LITERAL("third_party"));
|
| path = path.Append(FILE_PATH_LITERAL("hyphen"));
|
|
|