diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 15:19:36 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-17 15:19:36 +0000 |
commit | 283da2f09f347cee77bbc0fbfcb61d4650e82e6e (patch) | |
tree | bccced5df4dba807156a80ef6e7f944af682c17a | |
parent | 9c80aaae68badb9a62ef837d3cfa4d8e15722d53 (diff) | |
download | chromium_src-283da2f09f347cee77bbc0fbfcb61d4650e82e6e.zip chromium_src-283da2f09f347cee77bbc0fbfcb61d4650e82e6e.tar.gz chromium_src-283da2f09f347cee77bbc0fbfcb61d4650e82e6e.tar.bz2 |
Header Cleanup: Remove unncessary include of sqlite_utils.h in some files.
BUG=None
TEST=trybots
Signed-off-by: Thiago Farina <tfarina@chromium.org>
Review URL: http://codereview.chromium.org/2843061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52827 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/autocomplete/history_url_provider.cc | 1 | ||||
-rw-r--r-- | chrome/browser/history/history_backend.cc | 1 | ||||
-rw-r--r-- | chrome/browser/history/starred_url_database_unittest.cc | 3 |
3 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/autocomplete/history_url_provider.cc b/chrome/browser/autocomplete/history_url_provider.cc index c3cc345..bac2d1a 100644 --- a/chrome/browser/autocomplete/history_url_provider.cc +++ b/chrome/browser/autocomplete/history_url_provider.cc @@ -20,7 +20,6 @@ #include "chrome/browser/profile.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/pref_names.h" -#include "chrome/common/sqlite_utils.h" #include "chrome/common/url_constants.h" #include "googleurl/src/gurl.h" #include "googleurl/src/url_parse.h" diff --git a/chrome/browser/history/history_backend.cc b/chrome/browser/history/history_backend.cc index c79a85b..0f512db 100644 --- a/chrome/browser/history/history_backend.cc +++ b/chrome/browser/history/history_backend.cc @@ -25,7 +25,6 @@ #include "chrome/common/chrome_constants.h" #include "chrome/common/chrome_switches.h" #include "chrome/common/notification_type.h" -#include "chrome/common/sqlite_utils.h" #include "chrome/common/url_constants.h" #include "googleurl/src/gurl.h" #include "grit/chromium_strings.h" diff --git a/chrome/browser/history/starred_url_database_unittest.cc b/chrome/browser/history/starred_url_database_unittest.cc index 02c6a64..f82e645 100644 --- a/chrome/browser/history/starred_url_database_unittest.cc +++ b/chrome/browser/history/starred_url_database_unittest.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 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. @@ -10,7 +10,6 @@ #include "chrome/browser/history/history.h" #include "chrome/browser/history/starred_url_database.h" #include "chrome/common/chrome_paths.h" -#include "chrome/common/sqlite_utils.h" #include "testing/gtest/include/gtest/gtest.h" namespace history { |