summaryrefslogtreecommitdiffstats
path: root/webkit/database
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/database')
-rw-r--r--webkit/database/database_tracker.cc10
-rw-r--r--webkit/database/databases_table.cc4
-rw-r--r--webkit/database/databases_table_unittest.cc6
-rw-r--r--webkit/database/quota_table.cc4
-rw-r--r--webkit/database/quota_table_unittest.cc6
5 files changed, 15 insertions, 15 deletions
diff --git a/webkit/database/database_tracker.cc b/webkit/database/database_tracker.cc
index d01acda..742d3f3 100644
--- a/webkit/database/database_tracker.cc
+++ b/webkit/database/database_tracker.cc
@@ -7,11 +7,6 @@
#include <algorithm>
#include <vector>
-#include "app/sql/connection.h"
-#include "app/sql/diagnostic_error_delegate.h"
-#include "app/sql/meta_table.h"
-#include "app/sql/statement.h"
-#include "app/sql/transaction.h"
#include "base/basictypes.h"
#include "base/file_util.h"
#include "base/message_loop_proxy.h"
@@ -19,6 +14,11 @@
#include "base/string_number_conversions.h"
#include "base/utf_string_conversions.h"
#include "net/base/net_errors.h"
+#include "sql/connection.h"
+#include "sql/diagnostic_error_delegate.h"
+#include "sql/meta_table.h"
+#include "sql/statement.h"
+#include "sql/transaction.h"
#include "webkit/database/database_quota_client.h"
#include "webkit/database/database_util.h"
#include "webkit/database/databases_table.h"
diff --git a/webkit/database/databases_table.cc b/webkit/database/databases_table.cc
index fd174ce..ec77917 100644
--- a/webkit/database/databases_table.cc
+++ b/webkit/database/databases_table.cc
@@ -1,12 +1,12 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "webkit/database/databases_table.h"
-#include "app/sql/statement.h"
#include "base/logging.h"
#include "base/utf_string_conversions.h"
+#include "sql/statement.h"
namespace webkit_database {
diff --git a/webkit/database/databases_table_unittest.cc b/webkit/database/databases_table_unittest.cc
index 65ac2ef..da22440 100644
--- a/webkit/database/databases_table_unittest.cc
+++ b/webkit/database/databases_table_unittest.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "app/sql/connection.h"
-#include "app/sql/statement.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
+#include "sql/connection.h"
+#include "sql/statement.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/database/databases_table.h"
diff --git a/webkit/database/quota_table.cc b/webkit/database/quota_table.cc
index fd5813f..e9065ef 100644
--- a/webkit/database/quota_table.cc
+++ b/webkit/database/quota_table.cc
@@ -1,12 +1,12 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "webkit/database/quota_table.h"
-#include "app/sql/statement.h"
#include "base/logging.h"
#include "base/utf_string_conversions.h"
+#include "sql/statement.h"
namespace webkit_database {
diff --git a/webkit/database/quota_table_unittest.cc b/webkit/database/quota_table_unittest.cc
index de051f4..492c7b9 100644
--- a/webkit/database/quota_table_unittest.cc
+++ b/webkit/database/quota_table_unittest.cc
@@ -1,11 +1,11 @@
-// Copyright (c) 2009 The Chromium Authos. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "app/sql/connection.h"
-#include "app/sql/statement.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
+#include "sql/connection.h"
+#include "sql/statement.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "webkit/database/quota_table.h"