Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: ui/gfx/text_elider_unittest.cc

Issue 23731010: Move text_elider to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update3 Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/text_elider.cc ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/text_elider_unittest.cc
diff --git a/ui/base/text/text_elider_unittest.cc b/ui/gfx/text_elider_unittest.cc
similarity index 99%
copy from ui/base/text/text_elider_unittest.cc
copy to ui/gfx/text_elider_unittest.cc
index 3c06cb543cf4263c783323f370d836395c1eeb3d..a9e0fb5ed42f586548c90d163c1a2f0412fe1a4c 100644
--- a/ui/base/text/text_elider_unittest.cc
+++ b/ui/gfx/text_elider_unittest.cc
@@ -4,7 +4,7 @@
//
// Unit tests for eliding and formatting utility functions.
-#include "ui/base/text/text_elider.h"
+#include "ui/gfx/text_elider.h"
#include "base/files/file_path.h"
#include "base/i18n/rtl.h"
@@ -15,7 +15,7 @@
#include "ui/gfx/font.h"
#include "url/gurl.h"
-namespace ui {
+namespace gfx {
namespace {
@@ -931,4 +931,4 @@ TEST(TextEliderTest, TruncateString) {
EXPECT_EQ(L"\x2026", UTF16ToWide(TruncateString(ASCIIToUTF16(" "), 2)));
}
-} // namespace ui
+} // namespace gfx
« no previous file with comments | « ui/gfx/text_elider.cc ('k') | ui/message_center/cocoa/notification_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698