| Index: components/storage_monitor/mtab_watcher_linux.h
|
| diff --git a/components/storage_monitor/mtab_watcher_linux.h b/components/storage_monitor/mtab_watcher_linux.h
|
| index 206ed53c131dfae12facf3ac809c403ae50cd82a..0a39fe3d7430488dbf25bb1809b3485681041c91 100644
|
| --- a/components/storage_monitor/mtab_watcher_linux.h
|
| +++ b/components/storage_monitor/mtab_watcher_linux.h
|
| @@ -15,10 +15,11 @@
|
|
|
| #include <map>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_path_watcher.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "build/build_config.h"
|
|
|
| namespace storage_monitor {
|
|
|
|
|