| Index: chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| diff --git a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| index 53b5cb748cc025d9bf4b30d09d3bc48c88f04b51..a0f01e2cec082af3fcfcccfb3e6f55a60cfddb56 100644
|
| --- a/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| +++ b/chrome/renderer/spellchecker/cocoa_spelling_engine_mac.h
|
| @@ -10,7 +10,7 @@
|
|
|
| class CocoaSpellingEngine : public SpellingEngine {
|
| public:
|
| - virtual void Init(base::PlatformFile bdict_file) OVERRIDE;
|
| + virtual void Init(base::File bdict_file) OVERRIDE;
|
| virtual bool InitializeIfNeeded() OVERRIDE;
|
| virtual bool IsEnabled() OVERRIDE;
|
| virtual bool CheckSpelling(const base::string16& word_to_check,
|
|
|