| Index: components/browser_watcher/crash_reporting_metrics_win.cc
|
| diff --git a/components/browser_watcher/crash_reporting_metrics_win.cc b/components/browser_watcher/crash_reporting_metrics_win.cc
|
| index ee83c4ccf92e44e10ba587b6d2beb40ab1b50b22..7c4dd84198f26dbea429804d11cef28f252b95c9 100644
|
| --- a/components/browser_watcher/crash_reporting_metrics_win.cc
|
| +++ b/components/browser_watcher/crash_reporting_metrics_win.cc
|
| @@ -4,10 +4,13 @@
|
|
|
| #include "components/browser_watcher/crash_reporting_metrics_win.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include "base/atomicops.h"
|
| #include "base/guid.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/safe_sprintf.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|