Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2776)

Unified Diff: device/usb/usb_service.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/nfc/nfc_tag_technology_chromeos.h ('k') | extensions/browser/api/audio/audio_service_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_service.h
diff --git a/device/usb/usb_service.h b/device/usb/usb_service.h
index 755462de6d599620c8422bca944bdadc6ad1ecd5..b18524115826594867d6dce6de763a3671e849a8 100644
--- a/device/usb/usb_service.h
+++ b/device/usb/usb_service.h
@@ -62,7 +62,7 @@ class UsbService : public base::NonThreadSafe {
void NotifyDeviceAdded(scoped_refptr<UsbDevice> device);
void NotifyDeviceRemoved(scoped_refptr<UsbDevice> device);
- ObserverList<Observer, true> observer_list_;
+ base::ObserverList<Observer, true> observer_list_;
private:
friend void base::DeletePointer<UsbService>(UsbService* service);
« no previous file with comments | « device/nfc/nfc_tag_technology_chromeos.h ('k') | extensions/browser/api/audio/audio_service_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698