| Index: components/browser_watcher/stability_debugging.cc
|
| diff --git a/components/browser_watcher/stability_debugging.cc b/components/browser_watcher/stability_debugging.cc
|
| index 59dc4fba76943943bf06b1017ab82f528ae7d7a0..c7919d2b773a8fe3c9bc2b14bf0b76e136e0e423 100644
|
| --- a/components/browser_watcher/stability_debugging.cc
|
| +++ b/components/browser_watcher/stability_debugging.cc
|
| @@ -97,7 +97,7 @@ void SetStabilityDataInt(base::StringPiece name, int64_t value) {
|
| if (!global_tracker)
|
| return; // Activity tracking isn't enabled.
|
|
|
| - global_tracker->global_data().SetInt(name, value);
|
| + global_tracker->process_data().SetInt(name, value);
|
| }
|
|
|
| } // namespace browser_watcher
|
|
|