| Index: chrome/browser/profiles/profile_impl.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_impl.cc (revision 111186)
|
| +++ chrome/browser/profiles/profile_impl.cc (working copy)
|
| @@ -216,8 +216,8 @@
|
| : path_(path),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(visited_link_event_listener_(
|
| new VisitedLinkEventListener(this))),
|
| + ALLOW_THIS_IN_INITIALIZER_LIST(io_data_(this)),
|
| extension_devtools_manager_(NULL),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(io_data_(this)),
|
| host_content_settings_map_(NULL),
|
| host_zoom_map_(NULL),
|
| history_service_created_(false),
|
|
|