| Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| index fcbb4f7b2379c8c42e70b914bb44e6c4216ea71c..68392a1c6968d406082616e582c4a596fdd6a6d5 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_dispatcher_host.cc
|
| @@ -11,7 +11,7 @@
|
| #include "content/browser/in_process_webkit/indexed_db_database_callbacks.h"
|
| #include "content/browser/in_process_webkit/indexed_db_transaction_callbacks.h"
|
| #include "content/browser/renderer_host/render_message_filter.h"
|
| -#include "content/common/indexed_db_messages.h"
|
| +#include "content/common/indexed_db/indexed_db_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/common/content_switches.h"
|
|
|