| Index: device/test/run_all_unittests.cc
|
| diff --git a/chrome/test/base/run_all_unittests.cc b/device/test/run_all_unittests.cc
|
| similarity index 70%
|
| copy from chrome/test/base/run_all_unittests.cc
|
| copy to device/test/run_all_unittests.cc
|
| index 0cd1fa5d05dc462ad75d954e4d2588ab5f744622..36e6e5181fbf684cc119d494358657bc49302bea 100644
|
| --- a/chrome/test/base/run_all_unittests.cc
|
| +++ b/device/test/run_all_unittests.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/test/base/chrome_test_suite.h"
|
| #include "content/public/test/unittest_test_suite.h"
|
| +#include "device/test/device_test_suite.h"
|
|
|
| int main(int argc, char **argv) {
|
| - return content::UnitTestTestSuite(new ChromeTestSuite(argc, argv)).Run();
|
| + return content::UnitTestTestSuite(new DeviceTestSuite(argc, argv)).Run();
|
| }
|
|
|