| Index: chrome/test/startup/shutdown_test.cc
|
| ===================================================================
|
| --- chrome/test/startup/shutdown_test.cc (revision 57402)
|
| +++ chrome/test/startup/shutdown_test.cc (working copy)
|
| @@ -14,7 +14,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
| #include "chrome/common/env_vars.h"
|
| -#include "chrome/test/ui/ui_test.h"
|
| +#include "chrome/test/ui/ui_perf_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| #include "net/base/net_util.h"
|
|
|
| @@ -22,7 +22,7 @@
|
|
|
| namespace {
|
|
|
| -class ShutdownTest : public UITest {
|
| +class ShutdownTest : public UIPerfTest {
|
| public:
|
| ShutdownTest() {
|
| show_window_ = true;
|
|
|