| Index: chrome/renderer/indexed_db_dispatcher.cc
|
| diff --git a/chrome/renderer/indexed_db_dispatcher.cc b/chrome/renderer/indexed_db_dispatcher.cc
|
| index 83f7f49aeb8210fa0a61b8ebb4b08fec290852c2..1087eec6ae87a7bcdf843703ca6c1e422b105e77 100644
|
| --- a/chrome/renderer/indexed_db_dispatcher.cc
|
| +++ b/chrome/renderer/indexed_db_dispatcher.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include "chrome/renderer/indexed_db_dispatcher.h"
|
|
|
| +#include "chrome/common/indexed_db_key.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/serialized_script_value.h"
|
| #include "chrome/renderer/render_thread.h"
|
|
|