| Index: webkit/plugins/ppapi/quota_file_io_unittest.cc
|
| diff --git a/webkit/plugins/ppapi/quota_file_io_unittest.cc b/webkit/plugins/ppapi/quota_file_io_unittest.cc
|
| index 65df7d7408148522bd3e2fa2dbd5d71339bc4d05..1603ad8881fd705575da987aa7da5581fe7162eb 100644
|
| --- a/webkit/plugins/ppapi/quota_file_io_unittest.cc
|
| +++ b/webkit/plugins/ppapi/quota_file_io_unittest.cc
|
| @@ -33,7 +33,7 @@ class QuotaMockPluginDelegate : public MockPluginDelegate {
|
| : available_space_(0),
|
| will_update_count_(0),
|
| file_thread_(MessageLoopProxy::current()),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| }
|
| virtual ~QuotaMockPluginDelegate() {}
|
|
|
| @@ -83,7 +83,7 @@ class QuotaMockPluginDelegate : public MockPluginDelegate {
|
| class QuotaFileIOTest : public PpapiUnittest {
|
| public:
|
| QuotaFileIOTest()
|
| - : ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {}
|
| + : weak_factory_(this) {}
|
|
|
| virtual void SetUp() OVERRIDE {
|
| PpapiUnittest::SetUp();
|
|
|