| Index: base/system_monitor/system_monitor_unittest.cc
|
| diff --git a/base/system_monitor/system_monitor_unittest.cc b/base/system_monitor/system_monitor_unittest.cc
|
| index f4a4e73fae2113b8e5a131502a1bf9ed54eead46..d0e77397c1bdd7f8f5c312ad1b71bc155b8fd8b0 100644
|
| --- a/base/system_monitor/system_monitor_unittest.cc
|
| +++ b/base/system_monitor/system_monitor_unittest.cc
|
| @@ -46,7 +46,7 @@ TEST(SystemMonitor, PowerNotifications) {
|
| const int kObservers = 5;
|
|
|
| // Initialize a message loop for this to run on.
|
| - MessageLoop loop;
|
| + MessageLoop loop("SystemMonitor");
|
|
|
| #if defined(OS_MACOSX)
|
| SystemMonitor::AllocateSystemIOPorts();
|
|
|