| Index: chrome/browser/extensions/extension_tab_id_map.cc
|
| diff --git a/chrome/browser/extensions/extension_tab_id_map.cc b/chrome/browser/extensions/extension_tab_id_map.cc
|
| index c07da6fdba3470fe2fab39fba880be11da859ae2..63c2fe71d4486132b763276739b4bf810711ffa7 100644
|
| --- a/chrome/browser/extensions/extension_tab_id_map.cc
|
| +++ b/chrome/browser/extensions/extension_tab_id_map.cc
|
| @@ -8,12 +8,12 @@
|
| #include "base/bind_helpers.h"
|
| #include "chrome/browser/sessions/restore_tab_helper.h"
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| -#include "content/browser/browser_thread.h"
|
| -#include "content/browser/tab_contents/tab_contents.h"
|
| -#include "content/browser/renderer_host/render_view_host.h"
|
| #include "content/browser/renderer_host/render_process_host.h"
|
| -#include "content/public/browser/notification_registrar.h"
|
| +#include "content/browser/renderer_host/render_view_host.h"
|
| +#include "content/browser/tab_contents/tab_contents.h"
|
| +#include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/notification_observer.h"
|
| +#include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/notification_service.h"
|
| #include "content/public/browser/notification_types.h"
|
|
|
|
|