| Index: ui/base/text/text_elider_unittest.cc
|
| ===================================================================
|
| --- ui/base/text/text_elider_unittest.cc (revision 0)
|
| +++ ui/base/text/text_elider_unittest.cc (working copy)
|
| @@ -1,8 +1,7 @@
|
| -// 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 "app/text_elider.h"
|
| #include "base/file_path.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/scoped_ptr.h"
|
| @@ -11,7 +10,10 @@
|
| #include "gfx/font.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "ui/base/text/text_elider.h"
|
|
|
| +namespace ui {
|
| +
|
| namespace {
|
|
|
| const wchar_t kEllipsis[] = L"\x2026";
|
| @@ -437,3 +439,4 @@
|
| EXPECT_EQ(out, output);
|
| }
|
|
|
| +} // namespace ui
|
|
|