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

Unified Diff: content/browser/in_process_webkit/indexed_db_key_utility_client.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_key_utility_client.cc
diff --git a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
index abf62d7ad3d8f74456c7cee5cbfa4b74b8e92f15..b7270fb7b4cb1d5a4a2b93537e5550f931ce523b 100644
--- a/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
+++ b/content/browser/in_process_webkit/indexed_db_key_utility_client.cc
@@ -8,8 +8,8 @@
#include "base/lazy_instance.h"
#include "base/synchronization/waitable_event.h"
#include "content/browser/utility_process_host.h"
-#include "content/common/indexed_db_key.h"
-#include "content/common/indexed_db_messages.h"
+#include "content/common/indexed_db/indexed_db_key.h"
+#include "content/common/indexed_db/indexed_db_messages.h"
#include "content/common/utility_messages.h"
#include "content/public/common/serialized_script_value.h"

Powered by Google App Engine
This is Rietveld 408576698