summaryrefslogtreecommitdiffstats
path: root/content/browser/device_monitor_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/device_monitor_linux.cc')
-rw-r--r--content/browser/device_monitor_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/device_monitor_linux.cc b/content/browser/device_monitor_linux.cc
index 8a734b9..61aad7c 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) {