| Index: chrome/browser/tab_contents/tab_contents.h
|
| diff --git a/chrome/browser/tab_contents/tab_contents.h b/chrome/browser/tab_contents/tab_contents.h
|
| index 8bb35c92133c6cee921f22db5acc1e557b08667d..d73db1626b7212a6c44037855db0e70a834555f0 100644
|
| --- a/chrome/browser/tab_contents/tab_contents.h
|
| +++ b/chrome/browser/tab_contents/tab_contents.h
|
| @@ -23,7 +23,6 @@
|
| #include "chrome/browser/find_notification_details.h"
|
| #include "chrome/browser/shell_dialogs.h"
|
| #include "chrome/browser/renderer_host/render_view_host_delegate.h"
|
| -#include "chrome/browser/renderer_preferences.h"
|
| #include "chrome/browser/tab_contents/constrained_window.h"
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
| #include "chrome/browser/tab_contents/navigation_controller.h"
|
| @@ -33,6 +32,7 @@
|
| #include "chrome/common/navigation_types.h"
|
| #include "chrome/common/notification_registrar.h"
|
| #include "chrome/common/property_bag.h"
|
| +#include "chrome/common/renderer_preferences.h"
|
| #include "net/base/load_states.h"
|
| #include "webkit/glue/password_form.h"
|
| #include "webkit/glue/webpreferences.h"
|
|
|