| Index: chrome/browser/metrics/thread_watcher.cc
|
| ===================================================================
|
| --- chrome/browser/metrics/thread_watcher.cc (revision 91968)
|
| +++ chrome/browser/metrics/thread_watcher.cc (working copy)
|
| @@ -572,7 +572,7 @@
|
| delete g_thread_watcher_observer_;
|
| }
|
|
|
| -void ThreadWatcherObserver::Observe(NotificationType type,
|
| +void ThreadWatcherObserver::Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details) {
|
| // There is some user activity, see if thread watchers are to be awakened.
|
|
|