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

Unified Diff: content/browser/in_process_webkit/indexed_db_callbacks.cc

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: rebase onto ToT 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/browser/in_process_webkit/indexed_db_callbacks.cc
diff --git a/content/browser/in_process_webkit/indexed_db_callbacks.cc b/content/browser/in_process_webkit/indexed_db_callbacks.cc
index 9dcab25a88445166b6e83644babb709d92093b9f..ea1ee73901b429cf02d43e3f4149cba35e016aca 100644
--- a/content/browser/in_process_webkit/indexed_db_callbacks.cc
+++ b/content/browser/in_process_webkit/indexed_db_callbacks.cc
@@ -4,7 +4,7 @@
#include "content/browser/in_process_webkit/indexed_db_callbacks.h"
-#include "content/common/indexed_db_messages.h"
+#include "content/common/indexed_db/indexed_db_messages.h"
#include "webkit/quota/quota_manager.h"
IndexedDBCallbacksBase::IndexedDBCallbacksBase(

Powered by Google App Engine
This is Rietveld 408576698