Index: chrome/browser/ui/ash/screenshot_taker_unittest.cc |
diff --git a/chrome/browser/ui/ash/screenshot_taker_unittest.cc b/chrome/browser/ui/ash/screenshot_taker_unittest.cc |
index 6eac7849a2acd6f13ddc60c935242c82b511cb35..ed8ffd160f077c2cd36c15aff9c73e096f9a2c82 100644 |
--- a/chrome/browser/ui/ash/screenshot_taker_unittest.cc |
+++ b/chrome/browser/ui/ash/screenshot_taker_unittest.cc |
@@ -18,7 +18,6 @@ |
#include "chrome/test/base/testing_browser_process.h" |
#include "chrome/test/base/testing_profile.h" |
#include "content/public/browser/browser_thread.h" |
-#include "content/public/test/test_browser_thread.h" |
#include "content/public/test/test_utils.h" |
#include "ui/aura/root_window.h" |
#include "ui/message_center/message_center_switches.h" |
@@ -30,8 +29,7 @@ class ScreenshotTakerTest : public AshTestBase, |
public ScreenshotTakerObserver { |
public: |
ScreenshotTakerTest() |
- : ui_thread_(content::BrowserThread::UI, message_loop()), |
- running_(false), |
+ : running_(false), |
screenshot_complete_(false), |
screenshot_result_(ScreenshotTakerObserver::SCREENSHOT_SUCCESS) { |
} |
@@ -90,7 +88,6 @@ class ScreenshotTakerTest : public AshTestBase, |
} |
scoped_ptr<ScopedTestingLocalState> local_state_; |
- content::TestBrowserThread ui_thread_; |
bool running_; |
bool screenshot_complete_; |
ScreenshotTakerObserver::Result screenshot_result_; |