| Index: chrome/browser/extensions/app_notification_manager.cc
|
| diff --git a/chrome/browser/extensions/app_notification_manager.cc b/chrome/browser/extensions/app_notification_manager.cc
|
| index f1272fa39ac051d95c9e09476dbf653acbe6e058..40aa084c6ca27fe885486462a8e5e7f27ed8db7a 100644
|
| --- a/chrome/browser/extensions/app_notification_manager.cc
|
| +++ b/chrome/browser/extensions/app_notification_manager.cc
|
| @@ -13,11 +13,11 @@
|
| #include "base/stl_util.h"
|
| #include "base/time.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/sync/protocol/app_notification_specifics.pb.h"
|
| -#include "chrome/browser/sync/protocol/sync.pb.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "chrome/common/extensions/extension.h"
|
| #include "content/public/browser/notification_service.h"
|
| +#include "sync/protocol/app_notification_specifics.pb.h"
|
| +#include "sync/protocol/sync.pb.h"
|
|
|
| using content::BrowserThread;
|
|
|
|
|