| Index: chrome/browser/history/history_service_factory.h
|
| diff --git a/chrome/browser/history/history_service_factory.h b/chrome/browser/history/history_service_factory.h
|
| index 99279025b37f565159b89022bc6909dbf0c9e623..6444371efeede9535b5bc649bb6f11cebdad62e9 100644
|
| --- a/chrome/browser/history/history_service_factory.h
|
| +++ b/chrome/browser/history/history_service_factory.h
|
| @@ -43,6 +43,7 @@ class HistoryServiceFactory : public ProfileKeyedServiceFactory {
|
| Profile* profile) const OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| + virtual bool ServiceIsNULLOnImportProcess() const OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_HISTORY_HISTORY_SERVICE_FACTORY_H_
|
|
|