| Index: chrome/browser/chromeos/external_metrics.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/external_metrics.h (revision 67673)
|
| +++ chrome/browser/chromeos/external_metrics.h (working copy)
|
| @@ -6,14 +6,12 @@
|
| #define CHROME_BROWSER_CHROMEOS_EXTERNAL_METRICS_H_
|
| #pragma once
|
|
|
| -#include <string>
|
| -
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/file_path.h"
|
| #include "base/gtest_prod_util.h"
|
| #include "base/hash_tables.h"
|
| -#include "base/ref_counted.h"
|
| +#include "base/task.h"
|
|
|
| namespace chromeos {
|
|
|
|
|