| Index: chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| diff --git a/chrome/browser/metrics/thread_watcher_android_unittest.cc b/chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| index 0ded05a17f22398e7a1bf1c6067d7bcc6557e0fe..ee04c5dca180ac5f744a458ed82d5a737c139f7c 100644
|
| --- a/chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| +++ b/chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| @@ -55,7 +55,7 @@ TEST(ThreadWatcherAndroidTest, ApplicationStatusNotification) {
|
| // Register, and notify the application has just started,
|
| // and ensure the thread watcher list is created.
|
| ThreadWatcherAndroid::RegisterApplicationStatusListener();
|
| - ThreadWatcherList::StartWatchingAll(*CommandLine::ForCurrentProcess());
|
| + ThreadWatcherList::StartWatchingAll(*base::CommandLine::ForCurrentProcess());
|
| NotifyApplicationStateChange(
|
| base::android::APPLICATION_STATE_HAS_RUNNING_ACTIVITIES);
|
| EXPECT_TRUE(ThreadWatcherList::g_thread_watcher_list_);
|
|
|