| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index 15d0a4996318ace5b7ed0cc8cceb0e71d2acd600..fc33a135439ac6e340480f111cc77e2e15975454 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -21,7 +21,6 @@
|
| #include "chrome/browser/prefs/pref_change_registrar.h"
|
| #include "chrome/browser/tab_contents/tab_specific_content_settings.h"
|
| #include "chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h"
|
| -#include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/property_bag.h"
|
| #include "chrome/common/renderer_preferences.h"
|
| #include "chrome/common/translate_errors.h"
|
| @@ -34,6 +33,7 @@
|
| #include "content/browser/tab_contents/page_navigator.h"
|
| #include "content/browser/tab_contents/render_view_host_manager.h"
|
| #include "content/browser/webui/web_ui_factory.h"
|
| +#include "content/common/notification_registrar.h"
|
| #include "net/base/load_states.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|