| Index: chrome/browser/ui/views/about_ipc_dialog.cc
|
| diff --git a/chrome/browser/ui/views/about_ipc_dialog.cc b/chrome/browser/ui/views/about_ipc_dialog.cc
|
| index b61f83c320a45f8baab01452df9bc1f4651f1848..3e5d5d6249747b1ef6eb3b8231f67d6918e93d66 100644
|
| --- a/chrome/browser/ui/views/about_ipc_dialog.cc
|
| +++ b/chrome/browser/ui/views/about_ipc_dialog.cc
|
| @@ -203,12 +203,12 @@ AboutIPCDialog::AboutIPCDialog()
|
| table_(NULL),
|
| tracking_(false) {
|
| SetupControls();
|
| - IPC::Logging::current()->SetConsumer(this);
|
| + IPC::Logging::GetInstance()->SetConsumer(this);
|
| }
|
|
|
| AboutIPCDialog::~AboutIPCDialog() {
|
| active_dialog = NULL;
|
| - IPC::Logging::current()->SetConsumer(NULL);
|
| + IPC::Logging::GetInstance()->SetConsumer(NULL);
|
| }
|
|
|
| // static
|
|
|