| Index: chrome/browser/extensions/chrome_notification_observer.cc
|
| diff --git a/chrome/browser/extensions/chrome_notification_observer.cc b/chrome/browser/extensions/chrome_notification_observer.cc
|
| index b15598e68ba3660d1740eda0645f0c3b7b96f88e..5c65425821c5f726f2631211702ae0982f9b483a 100644
|
| --- a/chrome/browser/extensions/chrome_notification_observer.cc
|
| +++ b/chrome/browser/extensions/chrome_notification_observer.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "chrome/browser/extensions/chrome_notification_observer.h"
|
|
|
| -#include "chrome/common/extensions/features/feature_channel.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
| #include "content/public/browser/render_process_host.h"
|
| #include "extensions/common/extension_messages.h"
|
| +#include "extensions/common/features/feature_channel.h"
|
|
|
| namespace extensions {
|
|
|
|
|