| Index: content/child/indexed_db/webidbdatabase_impl.h
|
| diff --git a/content/child/indexed_db/webidbdatabase_impl.h b/content/child/indexed_db/webidbdatabase_impl.h
|
| index 61f20018636fe12c0f685594b86d104dd446df71..1e6350dd3a6142b4749beae9bb3fa81372311691 100644
|
| --- a/content/child/indexed_db/webidbdatabase_impl.h
|
| +++ b/content/child/indexed_db/webidbdatabase_impl.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "third_party/WebKit/public/platform/WebIDBCursor.h"
|
| -#include "third_party/WebKit/public/platform/WebIDBDatabase.h"
|
| -#include "third_party/WebKit/public/platform/WebIDBTypes.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBCursor.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabase.h"
|
| +#include "third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h"
|
|
|
| namespace blink {
|
| class WebBlobInfo;
|
|
|