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

Unified Diff: ios/chrome/test/ios_chrome_unit_test_suite.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 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 | « ios/chrome/test/DEPS ('k') | ios/chrome/test/ios_chrome_unit_test_suite.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/ios_chrome_unit_test_suite.h
diff --git a/ios/chrome/test/ios_chrome_unit_test_suite.h b/ios/chrome/test/ios_chrome_unit_test_suite.h
index 1b3b7346f6b5b58ccf9c4ab69e5408363ab9340d..86e8314d9e193c56979d953c9b50c93d64e0d478 100644
--- a/ios/chrome/test/ios_chrome_unit_test_suite.h
+++ b/ios/chrome/test/ios_chrome_unit_test_suite.h
@@ -7,15 +7,15 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
-#include "base/test/test_suite.h"
+#include "ios/web/public/test/web_test_suite.h"
// Test suite for unit tests.
-class IOSChromeUnitTestSuite : public base::TestSuite {
+class IOSChromeUnitTestSuite : public web::WebTestSuite {
public:
IOSChromeUnitTestSuite(int argc, char** argv);
~IOSChromeUnitTestSuite() override;
- // base::TestSuite overrides:
+ // web::WebTestSuite overrides:
void Initialize() override;
private:
« no previous file with comments | « ios/chrome/test/DEPS ('k') | ios/chrome/test/ios_chrome_unit_test_suite.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698