Index: device/hid/input_service_linux.h |
diff --git a/device/hid/input_service_linux.h b/device/hid/input_service_linux.h |
index d13be957ed9fdd634505ea78c77e480c3d1edc1b..dfb11d1b79578feb0c312ef9ff821b5467504839 100644 |
--- a/device/hid/input_service_linux.h |
+++ b/device/hid/input_service_linux.h |
@@ -5,6 +5,7 @@ |
#ifndef DEVICE_HID_INPUT_SERVICE_LINUX_H_ |
#define DEVICE_HID_INPUT_SERVICE_LINUX_H_ |
+#include <memory> |
#include <string> |
#include <vector> |
@@ -87,7 +88,7 @@ class InputServiceLinux : public base::MessageLoop::DestructionObserver { |
base::ObserverList<Observer> observers_; |
private: |
- friend struct base::DefaultDeleter<InputServiceLinux>; |
+ friend std::default_delete<InputServiceLinux>; |
base::ThreadChecker thread_checker_; |