Index: chrome/browser/autocomplete_history_manager.cc |
=================================================================== |
--- chrome/browser/autocomplete_history_manager.cc (revision 54459) |
+++ chrome/browser/autocomplete_history_manager.cc (working copy) |
@@ -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/string16.h" |
#include "base/string_number_conversions.h" |
+#include "base/utf_string_conversions.h" |
#include "chrome/browser/autofill/credit_card.h" |
#include "chrome/browser/pref_service.h" |
#include "chrome/browser/profile.h" |