Index: chrome/browser/profiles/off_the_record_profile_impl.h |
diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h |
index a0193cadf70ba02a3c9733425b57c56d6eecc452..dfa8d23bfd26cbf6833f5d50bc42be5042848eca 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -74,6 +74,7 @@ class OffTheRecordProfileImpl : public Profile, |
virtual FilePath last_selected_directory() OVERRIDE; |
virtual void set_last_selected_directory(const FilePath& path) OVERRIDE; |
virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE; |
+ virtual UsbService* GetUsbService() OVERRIDE; |
#if defined(OS_CHROMEOS) |
virtual void SetupChromeOSEnterpriseExtensionObserver() OVERRIDE; |