| Index: content/renderer/indexed_db/renderer_webidbcursor_impl.h
|
| diff --git a/content/renderer/renderer_webidbcursor_impl.h b/content/renderer/indexed_db/renderer_webidbcursor_impl.h
|
| similarity index 91%
|
| rename from content/renderer/renderer_webidbcursor_impl.h
|
| rename to content/renderer/indexed_db/renderer_webidbcursor_impl.h
|
| index fb161e6b54e559de6e3a41f646b086c6173b73e8..aa386bbf49e50b7fbd29ae58b2145dddae71a157 100644
|
| --- a/content/renderer/renderer_webidbcursor_impl.h
|
| +++ b/content/renderer/indexed_db/renderer_webidbcursor_impl.h
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_RENDERER_WEBIDBCURSOR_IMPL_H_
|
| -#define CONTENT_RENDERER_RENDERER_WEBIDBCURSOR_IMPL_H_
|
| +#ifndef CONTENT_RENDERER_INDEXED_DB_RENDERER_WEBIDBCURSOR_IMPL_H_
|
| +#define CONTENT_RENDERER_INDEXED_DB_RENDERER_WEBIDBCURSOR_IMPL_H_
|
|
|
| #include <deque>
|
|
|
| #include "base/basictypes.h"
|
| -#include "content/common/indexed_db_key.h"
|
| +#include "content/common/indexed_db/indexed_db_key.h"
|
| #include "content/public/common/serialized_script_value.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCallbacks.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebIDBCursor.h"
|
| @@ -72,4 +72,4 @@ class RendererWebIDBCursorImpl : public WebKit::WebIDBCursor {
|
| enum { kMaxPrefetchAmount = 100 };
|
| };
|
|
|
| -#endif // CONTENT_RENDERER_RENDERER_WEBIDBCURSOR_IMPL_H_
|
| +#endif // CONTENT_RENDERER_INDEXED_DB_RENDERER_WEBIDBCURSOR_IMPL_H_
|
|
|