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

Unified Diff: ios/web/test/web_test_suite.h

Issue 2087233006: [ios] Moved web_test_suite.h to ios/web/public. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « ios/web/test/run_all_unittests.cc ('k') | ios/web/test/web_test_suite.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/web_test_suite.h
diff --git a/ios/web/test/web_test_suite.h b/ios/web/test/web_test_suite.h
index 243b794158d4211ec386df744385530edf4099ee..eacdb93f4e88e464618fdd304dcb64744626e9ea 100644
--- a/ios/web/test/web_test_suite.h
+++ b/ios/web/test/web_test_suite.h
@@ -5,29 +5,6 @@
#ifndef IOS_WEB_TEST_WEB_TEST_SUITE_H_
#define IOS_WEB_TEST_WEB_TEST_SUITE_H_
-#include "base/macros.h"
-#include "base/test/test_suite.h"
-#include "ios/web/public/test/scoped_testing_web_client.h"
-
-namespace web {
-
-class WebTestSuite : public base::TestSuite {
- public:
- WebTestSuite(int argc, char** argv);
- ~WebTestSuite() override;
-
- protected:
- // base::TestSuite overrides.
- void Initialize() override;
- void Shutdown() override;
-
- private:
- // Sets web client on construction and restores the original on destruction.
- ScopedTestingWebClient web_client_;
-
- DISALLOW_COPY_AND_ASSIGN(WebTestSuite);
-};
-
-} // namespace web
+#include "ios/web/public/test/web_test_suite.h"
Eugene But (OOO till 7-30) 2016/06/24 03:47:15 I will delete it tomorrow, once downstream code is
#endif // IOS_WEB_TEST_WEB_TEST_SUITE_H_
« no previous file with comments | « ios/web/test/run_all_unittests.cc ('k') | ios/web/test/web_test_suite.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698