diff options
Diffstat (limited to 'chrome/browser/webdata/autofill_profile_syncable_service.cc')
-rw-r--r-- | chrome/browser/webdata/autofill_profile_syncable_service.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/webdata/autofill_profile_syncable_service.cc b/chrome/browser/webdata/autofill_profile_syncable_service.cc index fe1d922..50eaba3 100644 --- a/chrome/browser/webdata/autofill_profile_syncable_service.cc +++ b/chrome/browser/webdata/autofill_profile_syncable_service.cc @@ -17,7 +17,8 @@ #include "chrome/common/chrome_notification_types.h" #include "chrome/common/guid.h" #include "content/browser/browser_thread.h" -#include "content/common/notification_service.h" +#include "content/public/browser/notification_details.h" +#include "content/public/browser/notification_source.h" namespace { |