| Index: components/webdata/common/web_database_service.h
|
| diff --git a/components/webdata/common/web_database_service.h b/components/webdata/common/web_database_service.h
|
| index 7f5d1bc54471b8f2a72a4c52a42732f173d62f37..8dc761898655e4783b566aa45a8fe8f8979ca2b9 100644
|
| --- a/components/webdata/common/web_database_service.h
|
| +++ b/components/webdata/common/web_database_service.h
|
| @@ -9,10 +9,10 @@
|
| #ifndef COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_SERVICE_H_
|
| #define COMPONENTS_WEBDATA_COMMON_WEB_DATABASE_SERVICE_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/ref_counted_delete_on_message_loop.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|