summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/system/pointer_device_observer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/system/pointer_device_observer.cc')
-rw-r--r--chrome/browser/chromeos/system/pointer_device_observer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/system/pointer_device_observer.cc b/chrome/browser/chromeos/system/pointer_device_observer.cc
index 5144ec6..7a32f3d 100644
--- a/chrome/browser/chromeos/system/pointer_device_observer.cc
+++ b/chrome/browser/chromeos/system/pointer_device_observer.cc
@@ -17,7 +17,7 @@ namespace chromeos {
namespace system {
PointerDeviceObserver::PointerDeviceObserver()
- : ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
+ : weak_factory_(this) {
}
PointerDeviceObserver::~PointerDeviceObserver() {