| Index: chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
 | 
| diff --git a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
 | 
| index 52c615326e625129d69e3bb10ab76eed0ab02f78..fb7bb90e94195e6a21392f7c655e05107b9e4dcd 100644
 | 
| --- a/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
 | 
| +++ b/chrome/browser/in_process_webkit/indexed_db_dispatcher_host.cc
 | 
| @@ -7,7 +7,7 @@
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/utf_string_conversions.h"
 | 
|  #include "chrome/browser/browser_thread.h"
 | 
| -#include "chrome/browser/host_content_settings_map.h"
 | 
| +#include "chrome/browser/content_settings/host_content_settings_map.h"
 | 
|  #include "chrome/browser/in_process_webkit/indexed_db_callbacks.h"
 | 
|  #include "chrome/browser/profile.h"
 | 
|  #include "chrome/browser/renderer_host/browser_render_process_host.h"
 | 
| 
 |