| Index: chrome/browser/metrics/thread_watcher.cc
|
| diff --git a/chrome/browser/metrics/thread_watcher.cc b/chrome/browser/metrics/thread_watcher.cc
|
| index 0b72b28c98d8a4877b0645f1b4db5a1411cbbb7c..4252580ac987dc71f8cf11643c03887016ea40d8 100644
|
| --- a/chrome/browser/metrics/thread_watcher.cc
|
| +++ b/chrome/browser/metrics/thread_watcher.cc
|
| @@ -20,6 +20,8 @@
|
| #include "base/win/windows_version.h"
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| // ThreadWatcher methods and members.
|
| ThreadWatcher::ThreadWatcher(const WatchingParams& params)
|
| : thread_id_(params.thread_id),
|
|
|