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

Unified Diff: ui/views/controls/table/test_table_model.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/views/controls/table/test_table_model.h ('k') | ui/views/controls/textfield/native_textfield_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/table/test_table_model.cc
diff --git a/ui/views/controls/table/test_table_model.cc b/ui/views/controls/table/test_table_model.cc
index c855aa163ec77b7d436b5a32d7e0785e78ff0d5f..58e82d3e06396d91ee242563125ff938c878e860 100644
--- a/ui/views/controls/table/test_table_model.cc
+++ b/ui/views/controls/table/test_table_model.cc
@@ -22,7 +22,7 @@ int TestTableModel::RowCount() {
return row_count_;
}
-string16 TestTableModel::GetText(int row, int column_id) {
+base::string16 TestTableModel::GetText(int row, int column_id) {
return ASCIIToUTF16(base::IntToString(row) + "x" +
base::IntToString(column_id));
}
« no previous file with comments | « ui/views/controls/table/test_table_model.h ('k') | ui/views/controls/textfield/native_textfield_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698