Index: sandbox/win/tests/integration_tests/integration_tests.cc |
diff --git a/sandbox/win/tests/integration_tests/integration_tests.cc b/sandbox/win/tests/integration_tests/integration_tests.cc |
index bb809316000608017d4bfedf2218d8a0a5ef138f..3920da198b7d15b6b9ffa93ee6ba96a33708a3c3 100644 |
--- a/sandbox/win/tests/integration_tests/integration_tests.cc |
+++ b/sandbox/win/tests/integration_tests/integration_tests.cc |
@@ -16,7 +16,7 @@ int wmain(int argc, wchar_t **argv) { |
return sandbox::DispatchCall(argc, argv); |
} |
- TestSuite test_suite(argc, argv); |
+ base::TestSuite test_suite(argc, argv); |
return base::LaunchUnitTests( |
argc, |
argv, |