Index: webkit/appcache/appcache_storage_impl.cc |
diff --git a/webkit/appcache/appcache_storage_impl.cc b/webkit/appcache/appcache_storage_impl.cc |
index 6b7d04d148979f8ba367ba50f4d508eb264ae61f..6429e3568fb10d570432e6b6a4019f64dd2ae4fb 100644 |
--- a/webkit/appcache/appcache_storage_impl.cc |
+++ b/webkit/appcache/appcache_storage_impl.cc |
@@ -6,8 +6,6 @@ |
#include <set> |
-#include "app/sql/connection.h" |
-#include "app/sql/transaction.h" |
#include "base/file_util.h" |
#include "base/logging.h" |
#include "base/message_loop.h" |
@@ -15,6 +13,8 @@ |
#include "base/string_util.h" |
#include "net/base/cache_type.h" |
#include "net/base/net_errors.h" |
+#include "sql/connection.h" |
+#include "sql/transaction.h" |
#include "webkit/appcache/appcache.h" |
#include "webkit/appcache/appcache_database.h" |
#include "webkit/appcache/appcache_entry.h" |