| Index: content/browser/histogram_controller.cc
|
| diff --git a/content/browser/histogram_controller.cc b/content/browser/histogram_controller.cc
|
| index 052bd7a5bd71ead652fc958d975aad70214f6358..b4389dd8e414ed6cc54b2908069ea00056548786 100644
|
| --- a/content/browser/histogram_controller.cc
|
| +++ b/content/browser/histogram_controller.cc
|
| @@ -5,7 +5,7 @@
|
| #include "content/browser/histogram_controller.h"
|
|
|
| #include "base/bind.h"
|
| -#include "base/metrics/histogram.h"
|
| +#include "base/metrics/histogram_macros.h"
|
| #include "base/process/process_handle.h"
|
| #include "content/browser/histogram_subscriber.h"
|
| #include "content/common/child_process_messages.h"
|
|
|