| Index: views/view_text_utils.cc
|
| diff --git a/views/view_text_utils.cc b/views/view_text_utils.cc
|
| index 70cb8b9a73425b3ce332779428168f2f3f5aa18d..d9c2037ad6d874f344cab5bd55376a73aa193bbe 100644
|
| --- a/views/view_text_utils.cc
|
| +++ b/views/view_text_utils.cc
|
| @@ -1,10 +1,10 @@
|
| -// Copyright (c) 2010 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.
|
|
|
| #include "views/view_text_utils.h"
|
|
|
| -#include "app/bidi_line_iterator.h"
|
| +#include "base/i18n/bidi_line_iterator.h"
|
| #include "base/i18n/break_iterator.h"
|
| #include "base/logging.h"
|
| #include "base/utf_string_conversions.h"
|
|
|