| Index: components/webdata/common/web_data_request_manager.h
|
| diff --git a/components/webdata/common/web_data_request_manager.h b/components/webdata/common/web_data_request_manager.h
|
| index 06d13e208232098e3c3f124242786a4aea29a521..695d310933fe515dc06c3d9fb157dc7856343e76 100644
|
| --- a/components/webdata/common/web_data_request_manager.h
|
| +++ b/components/webdata/common/web_data_request_manager.h
|
| @@ -11,12 +11,13 @@
|
|
|
| #include <map>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/synchronization/lock.h"
|
| -#include "components/webdata/common/web_database_service.h"
|
| #include "components/webdata/common/web_data_results.h"
|
| #include "components/webdata/common/web_data_service_base.h"
|
| #include "components/webdata/common/web_data_service_consumer.h"
|
| +#include "components/webdata/common/web_database_service.h"
|
|
|
| class WebDataServiceConsumer;
|
| class WebDataRequestManager;
|
|
|