| Index: chrome/browser/history/snippet.cc
|
| diff --git a/chrome/browser/history/snippet.cc b/chrome/browser/history/snippet.cc
|
| index cb96e163c51dce60c81cbb5dfcbb68158dedba85..6e3e93cf5a794179ee5141c6b662f2055315afb2 100644
|
| --- a/chrome/browser/history/snippet.cc
|
| +++ b/chrome/browser/history/snippet.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.
|
|
|
| @@ -8,6 +8,7 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/scoped_ptr.h"
|
| +#include "base/string_split.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "unicode/brkiter.h"
|
|
|