summaryrefslogtreecommitdiffstats
path: root/chrome/browser/storage_monitor/mtab_watcher_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/storage_monitor/mtab_watcher_linux.cc')
-rw-r--r--chrome/browser/storage_monitor/mtab_watcher_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/storage_monitor/mtab_watcher_linux.cc b/chrome/browser/storage_monitor/mtab_watcher_linux.cc
index 1c9649f..9d72d9b 100644
--- a/chrome/browser/storage_monitor/mtab_watcher_linux.cc
+++ b/chrome/browser/storage_monitor/mtab_watcher_linux.cc
@@ -36,7 +36,7 @@ MtabWatcherLinux::MtabWatcherLinux(const base::FilePath& mtab_path,
base::WeakPtr<Delegate> delegate)
: mtab_path_(mtab_path),
delegate_(delegate),
- ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)) {
+ weak_ptr_factory_(this) {
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::FILE));
bool ret = file_watcher_.Watch(
mtab_path_, false,