Index: chrome/browser/spellchecker/spellcheck_profile_unittest.cc |
=================================================================== |
--- chrome/browser/spellchecker/spellcheck_profile_unittest.cc (revision 110571) |
+++ chrome/browser/spellchecker/spellcheck_profile_unittest.cc (working copy) |
@@ -18,7 +18,7 @@ |
class MockSpellCheckHost : public SpellCheckHost { |
public: |
MOCK_METHOD0(UnsetProfile, void()); |
- MOCK_METHOD1(InitForRenderer, void(RenderProcessHost* process)); |
+ MOCK_METHOD1(InitForRenderer, void(content::RenderProcessHost* process)); |
MOCK_METHOD1(AddWord, void(const std::string& word)); |
MOCK_CONST_METHOD0(GetDictionaryFile, const base::PlatformFile&()); |
MOCK_CONST_METHOD0(GetCustomWords, |