Index: content/browser/in_process_webkit/indexed_db_dispatcher_host.cc |
=================================================================== |
--- content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (revision 205297) |
+++ content/browser/in_process_webkit/indexed_db_dispatcher_host.cc (working copy) |
@@ -31,8 +31,8 @@ |
#include "third_party/WebKit/public/platform/WebIDBMetadata.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/platform/WebVector.h" |
-#include "webkit/base/file_path_string_conversions.h" |
-#include "webkit/base/origin_url_conversions.h" |
+#include "webkit/common/base/file_path_string_conversions.h" |
+#include "webkit/common/base/origin_url_conversions.h" |
#include "webkit/browser/database/database_util.h" |
using webkit_database::DatabaseUtil; |