| Index: content/renderer/hyphenator/hyphenator.h
|
| diff --git a/content/renderer/hyphenator/hyphenator.h b/content/renderer/hyphenator/hyphenator.h
|
| index 517e49f7358cf783307092ae84028492087f8f05..879f76ce3ed860232ac29113e4c6e3ad0cd8b619 100644
|
| --- a/content/renderer/hyphenator/hyphenator.h
|
| +++ b/content/renderer/hyphenator/hyphenator.h
|
| @@ -14,7 +14,7 @@
|
| #include "content/public/renderer/render_process_observer.h"
|
| #include "ipc/ipc_platform_file.h"
|
|
|
| -namespace file_util {
|
| +namespace base {
|
| class MemoryMappedFile;
|
| }
|
|
|
| @@ -63,7 +63,7 @@ class CONTENT_EXPORT Hyphenator : public RenderProcessObserver {
|
| // it without opening the file.)
|
| string16 locale_;
|
| base::PlatformFile rule_file_;
|
| - scoped_ptr<file_util::MemoryMappedFile> rule_map_;
|
| + scoped_ptr<base::MemoryMappedFile> rule_map_;
|
|
|
| // A cached result. WebKit often calls ComputeLastHyphenLocation with the same
|
| // word multiple times to find the best hyphenation point when it finds a line
|
|
|