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..2c5ff601928e44f0dd5155f28db8cd543c4819a8 100644 |
--- a/chrome/browser/profiles/off_the_record_profile_impl.h |
+++ b/chrome/browser/profiles/off_the_record_profile_impl.h |
@@ -75,6 +75,10 @@ class OffTheRecordProfileImpl : public Profile, |
virtual void set_last_selected_directory(const FilePath& path) OVERRIDE; |
virtual bool WasCreatedByVersionOrLater(const std::string& version) OVERRIDE; |
+#if !defined(OS_ANDROID) |
+ virtual UsbService* GetUsbService() OVERRIDE; |
+#endif // !defined(OS_ANDROID) |
+ |
#if defined(OS_CHROMEOS) |
virtual void SetupChromeOSEnterpriseExtensionObserver() OVERRIDE; |
virtual void InitChromeOSPreferences() OVERRIDE; |