| 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 e138b135f5752c838d3737ecf023b98e1b013b0e..8ad490196262fcdf152e0c83e0f3099e8f78b803 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"
|
|
|