| Index: chrome/browser/history/visitsegment_database.cc
|
| diff --git a/chrome/browser/history/visitsegment_database.cc b/chrome/browser/history/visitsegment_database.cc
|
| index f4c4f9fdeb5e8ad653013cacb2b36b83794f5634..f0b04a98940f02194ff4b3c4d6da47738653b61e 100644
|
| --- a/chrome/browser/history/visitsegment_database.cc
|
| +++ b/chrome/browser/history/visitsegment_database.cc
|
| @@ -1,4 +1,4 @@
|
| -// 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.
|
|
|
| @@ -10,12 +10,12 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "app/sql/statement.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util-inl.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/history/page_usage_data.h"
|
| +#include "sql/statement.h"
|
|
|
| // The following tables are used to store url segment information.
|
| //
|
|
|