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

Unified Diff: ui/message_center/views/message_center_view_unittest.cc

Issue 117983002: Prefix string16 with base:: in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years 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/message_center/views/group_view.cc ('k') | ui/message_center/views/message_popup_collection_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_center_view_unittest.cc
diff --git a/ui/message_center/views/message_center_view_unittest.cc b/ui/message_center/views/message_center_view_unittest.cc
index 4e86ed3a087b61027ebed5af33028485b8345397..1a4ad9fe7cc1f72a5da386abf6596d5c39d1041d 100644
--- a/ui/message_center/views/message_center_view_unittest.cc
+++ b/ui/message_center/views/message_center_view_unittest.cc
@@ -238,7 +238,7 @@ void MessageCenterViewTest::RegisterCall(CallType type) {
}
void MessageCenterViewTest::LogBounds(int depth, views::View* view) {
- string16 inset;
+ base::string16 inset;
for (int i = 0; i < depth; ++i)
inset.append(UTF8ToUTF16(" "));
gfx::Rect bounds = view->bounds();
« no previous file with comments | « ui/message_center/views/group_view.cc ('k') | ui/message_center/views/message_popup_collection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698