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

Unified Diff: base/test/test_suite.h

Issue 1446363003: Deleted OS_WIN and all Windows specific files from base. (Closed) Base URL: https://github.com/domokit/mojo.git@base_tests
Patch Set: Created 5 years, 1 month 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 | « base/test/test_shortcut_win.cc ('k') | base/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/test_suite.h
diff --git a/base/test/test_suite.h b/base/test/test_suite.h
index cf0dd3aec3ae6f145359e517c884503aafd13fed..5fef582551849a136fa9eaf890d238767285bdba 100644
--- a/base/test/test_suite.h
+++ b/base/test/test_suite.h
@@ -30,9 +30,6 @@ class TestSuite {
typedef bool (*TestMatch)(const testing::TestInfo&);
TestSuite(int argc, char** argv);
-#if defined(OS_WIN)
- TestSuite(int argc, wchar_t** argv);
-#endif // defined(OS_WIN)
virtual ~TestSuite();
// Returns true if the test is marked as "MAYBE_".
@@ -74,9 +71,6 @@ class TestSuite {
private:
void InitializeFromCommandLine(int argc, char** argv);
-#if defined(OS_WIN)
- void InitializeFromCommandLine(int argc, wchar_t** argv);
-#endif // defined(OS_WIN)
// Basic initialization for the test suite happens here.
void PreInitialize(bool create_at_exit_manager);
« no previous file with comments | « base/test/test_shortcut_win.cc ('k') | base/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698