| Index: chrome/browser/extensions/extension_history_api.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_history_api.cc (revision 106237)
|
| +++ chrome/browser/extensions/extension_history_api.cc (working copy)
|
| @@ -18,7 +18,8 @@
|
| #include "chrome/browser/history/history_types.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| -#include "content/common/notification_service.h"
|
| +#include "content/public/browser/notification_details.h"
|
| +#include "content/public/browser/notification_source.h"
|
|
|
| namespace keys = extension_history_api_constants;
|
|
|
|
|