Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2321)

Unified Diff: content/renderer/indexed_db/renderer_webidbcursor_impl.h

Issue 8980002: Move indexeddb code to its own directory inside of content/{browser,common,renderer} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 98%
rename from content/renderer/renderer_webidbcursor_impl.h
rename to content/renderer/indexed_db/renderer_webidbcursor_impl.h
index fb161e6b54e559de6e3a41f646b086c6173b73e8..e7469ab515bd562a9d21e9eb55a09a9f1183d612 100644
--- a/content/renderer/renderer_webidbcursor_impl.h
+++ b/content/renderer/indexed_db/renderer_webidbcursor_impl.h
@@ -8,7 +8,7 @@
#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"

Powered by Google App Engine
This is Rietveld 408576698