| Index: webkit/fileapi/sandbox_quota_observer.cc
|
| diff --git a/webkit/fileapi/sandbox_quota_observer.cc b/webkit/fileapi/sandbox_quota_observer.cc
|
| index 6148608dcb3b2f78ae46a22e5b5aedc8d9b5c2be..0e497102684f3571746b6c445ae4fa792238a0a9 100644
|
| --- a/webkit/fileapi/sandbox_quota_observer.cc
|
| +++ b/webkit/fileapi/sandbox_quota_observer.cc
|
| @@ -24,7 +24,7 @@ SandboxQuotaObserver::SandboxQuotaObserver(
|
| sandbox_file_util_(sandbox_file_util),
|
| file_system_usage_cache_(file_system_usage_cache),
|
| running_delayed_cache_update_(false),
|
| - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) {}
|
| + weak_factory_(this) {}
|
|
|
| SandboxQuotaObserver::~SandboxQuotaObserver() {}
|
|
|
|
|