| Index: chrome/browser/tab_contents/tab_contents.cc
 | 
| diff --git a/chrome/browser/tab_contents/tab_contents.cc b/chrome/browser/tab_contents/tab_contents.cc
 | 
| index da18b0fdd8479f6aa00e425c3c1079e6570e5853..2e92d5510e9bbb0915f9a0b68d82937cfd8e2304 100644
 | 
| --- a/chrome/browser/tab_contents/tab_contents.cc
 | 
| +++ b/chrome/browser/tab_contents/tab_contents.cc
 | 
| @@ -29,6 +29,7 @@
 | 
|  #include "chrome/browser/browser_shutdown.h"
 | 
|  #include "chrome/browser/cert_store.h"
 | 
|  #include "chrome/browser/character_encoding.h"
 | 
| +#include "chrome/browser/content_settings/host_content_settings_map.h"
 | 
|  #include "chrome/browser/debugger/devtools_manager.h"
 | 
|  #include "chrome/browser/defaults.h"
 | 
|  #include "chrome/browser/dom_operation_notification_details.h"
 | 
| @@ -46,7 +47,6 @@
 | 
|  #include "chrome/browser/file_select_helper.h"
 | 
|  #include "chrome/browser/find_bar_state.h"
 | 
|  #include "chrome/browser/google/google_util.h"
 | 
| -#include "chrome/browser/host_content_settings_map.h"
 | 
|  #include "chrome/browser/hung_renderer_dialog.h"
 | 
|  #include "chrome/browser/in_process_webkit/session_storage_namespace.h"
 | 
|  #include "chrome/browser/message_box_handler.h"
 | 
| 
 |