| Index: components/storage_monitor/storage_monitor_linux.h
|
| diff --git a/components/storage_monitor/storage_monitor_linux.h b/components/storage_monitor/storage_monitor_linux.h
|
| index c8ff79aaebbf32e07ec2a45cdd5240bd9c53b514..5a012304154fd8a15e3e45d8c6767de9b70e8c62 100644
|
| --- a/components/storage_monitor/storage_monitor_linux.h
|
| +++ b/components/storage_monitor/storage_monitor_linux.h
|
| @@ -18,10 +18,10 @@
|
| #include <map>
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_path_watcher.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "components/storage_monitor/mtab_watcher_linux.h"
|
|
|