| Index: chrome/browser/printing/print_job_unittest.cc
|
| diff --git a/chrome/browser/printing/print_job_unittest.cc b/chrome/browser/printing/print_job_unittest.cc
|
| index 287008e31da5ce7f9ff9ca47633506c5dfadbc0d..0994fca23373181e1928498aa7b8f3a8302ee33a 100644
|
| --- a/chrome/browser/printing/print_job_unittest.cc
|
| +++ b/chrome/browser/printing/print_job_unittest.cc
|
| @@ -7,7 +7,6 @@
|
| #include "chrome/browser/printing/print_job.h"
|
| #include "chrome/browser/printing/print_job_worker.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| -#include "chrome/test/base/testing_browser_process_test.h"
|
| #include "content/common/notification_registrar.h"
|
| #include "content/common/notification_service.h"
|
| #include "googleurl/src/gurl.h"
|
| @@ -87,7 +86,7 @@ class TestPrintNotifObserv : public NotificationObserver {
|
|
|
| } // namespace
|
|
|
| -typedef TestingBrowserProcessTest PrintJobTest;
|
| +typedef testing::Test PrintJobTest;
|
|
|
| TEST_F(PrintJobTest, SimplePrint) {
|
| // Test the multi-threaded nature of PrintJob to make sure we can use it with
|
|
|