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

Unified Diff: chrome/test/ui/ui_test_suite.h

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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 | « chrome/test/ui/ui_test.cc ('k') | chrome/test/ui/ui_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test_suite.h
diff --git a/chrome/test/ui/ui_test_suite.h b/chrome/test/ui/ui_test_suite.h
index b5771cb00ed7c298bbd92ef16c36d30863b30814..6354d5fa4b6d1d1932ee47f9da9261500f87dccb 100644
--- a/chrome/test/ui/ui_test_suite.h
+++ b/chrome/test/ui/ui_test_suite.h
@@ -27,10 +27,10 @@ class UITestSuite : public ChromeTestSuite {
base::ProcessHandle crash_service_;
#endif
- static const wchar_t kUseExistingBrowser[];
- static const wchar_t kTestTimeout[];
- static const wchar_t kBatchCount[];
- static const wchar_t kBatchIndex[];
+ static const char kUseExistingBrowser[];
+ static const char kTestTimeout[];
+ static const char kBatchCount[];
+ static const char kBatchIndex[];
static const char kGTestTotalShards[];
static const char kGTestShardIndex[];
};
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | chrome/test/ui/ui_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698