Index: chrome/browser/prerender/prerender_manager_factory.h |
=================================================================== |
--- chrome/browser/prerender/prerender_manager_factory.h (revision 154991) |
+++ chrome/browser/prerender/prerender_manager_factory.h (working copy) |
@@ -36,7 +36,7 @@ |
Profile* profile) const OVERRIDE; |
// Prerendering is allowed in incognito. |
- virtual bool ServiceHasOwnInstanceInIncognito() OVERRIDE; |
+ virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |
}; |
} // namespace prerender |