| Index: webkit/tools/test_shell/simple_appcache_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_appcache_system.cc b/webkit/tools/test_shell/simple_appcache_system.cc
|
| index bacda10c1a078f95b320f33e46d6f027734fc642..39f71e30b267dca7a17a7bc8bd76568f5d9f8edc 100644
|
| --- a/webkit/tools/test_shell/simple_appcache_system.cc
|
| +++ b/webkit/tools/test_shell/simple_appcache_system.cc
|
| @@ -362,10 +362,8 @@ SimpleAppCacheSystem* SimpleAppCacheSystem::instance_ = NULL;
|
|
|
| SimpleAppCacheSystem::SimpleAppCacheSystem()
|
| : io_message_loop_(NULL), ui_message_loop_(NULL),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(
|
| - backend_proxy_(new SimpleBackendProxy(this))),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(
|
| - frontend_proxy_(new SimpleFrontendProxy(this))),
|
| + backend_proxy_(new SimpleBackendProxy(this)),
|
| + frontend_proxy_(new SimpleFrontendProxy(this)),
|
| backend_impl_(NULL), service_(NULL), db_thread_("AppCacheDBThread") {
|
| DCHECK(!instance_);
|
| instance_ = this;
|
|
|