| Index: chrome/browser/history/starred_url_database.cc
|
| diff --git a/chrome/browser/history/starred_url_database.cc b/chrome/browser/history/starred_url_database.cc
|
| index 48da8c483f9e836e24d48e8723e725c47857cf41..23692ebcf511d388093923effb79a6633418c8cc 100644
|
| --- a/chrome/browser/history/starred_url_database.cc
|
| +++ b/chrome/browser/history/starred_url_database.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 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.
|
|
|
| @@ -17,7 +17,6 @@
|
| #include "chrome/browser/bookmarks/bookmark_model.h"
|
| #include "chrome/browser/history/history.h"
|
| #include "chrome/browser/history/query_parser.h"
|
| -#include "chrome/browser/meta_table_helper.h"
|
|
|
| // The following table is used to store star (aka bookmark) information. This
|
| // class derives from URLDatabase, which has its own schema.
|
|
|