Index: content/browser/device_monitor_linux.cc |
diff --git a/content/browser/device_monitor_linux.cc b/content/browser/device_monitor_linux.cc |
index 8a734b9af466313241b2ead99d7a40101229677a..61aad7c113cc2b86329eb4971104e4ca8be3608d 100644 |
--- a/content/browser/device_monitor_linux.cc |
+++ b/content/browser/device_monitor_linux.cc |
@@ -49,7 +49,7 @@ void DeviceMonitorLinux::Initialize() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
// We want to be notified of IO message loop destruction to delete |udev_|. |
- MessageLoop::current()->AddDestructionObserver(this); |
+ base::MessageLoop::current()->AddDestructionObserver(this); |
std::vector<UdevLinux::UdevMonitorFilter> filters; |
for (size_t i = 0; i < arraysize(kSubsystemMap); ++i) { |