| Index: chrome/browser/metrics/metrics_service.cc
|
| diff --git a/chrome/browser/metrics/metrics_service.cc b/chrome/browser/metrics/metrics_service.cc
|
| index 54cc1380da98948aa0a342ebc38e6f97212a4c2e..a1b890345407f6aab706220e2f6a0115c0495bc6 100644
|
| --- a/chrome/browser/metrics/metrics_service.cc
|
| +++ b/chrome/browser/metrics/metrics_service.cc
|
| @@ -190,10 +190,8 @@
|
| #include "base/rand_util.h"
|
| #endif
|
|
|
| -#if defined(OS_POSIX)
|
| -// TODO(port): Move these headers above as they are ported.
|
| -#include "chrome/common/temp_scaffolding_stubs.h"
|
| -#else
|
| +// TODO(port): port browser_distribution.h.
|
| +#if !defined(OS_POSIX)
|
| #include "chrome/installer/util/browser_distribution.h"
|
| #endif
|
|
|
|
|