Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4477)

Unified Diff: chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix InstantNTP test. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc b/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc
index 806656832a6d77e124a2d44071bcacb11b9f33d5..dbcf723fea0d10d48cd71428f9d4b6e577d649b7 100644
--- a/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/launcher_context_menu_unittest.cc
@@ -15,7 +15,6 @@
#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
#include "chrome/browser/ui/ash/launcher/chrome_launcher_controller_per_browser.h"
#include "chrome/test/base/testing_profile.h"
-#include "content/public/test/test_browser_thread.h"
#include "ui/aura/root_window.h"
class TestChromeLauncherControllerPerBrowser :
@@ -39,8 +38,7 @@ class LauncherContextMenuTest : public ash::test::AshTestBase {
}
LauncherContextMenuTest()
- : profile_(new TestingProfile()),
- browser_thread_(content::BrowserThread::UI, message_loop()) {}
+ : profile_(new TestingProfile()) {}
virtual void SetUp() OVERRIDE {
ash::test::AshTestBase::SetUp();
@@ -66,7 +64,6 @@ class LauncherContextMenuTest : public ash::test::AshTestBase {
private:
scoped_ptr<TestingProfile> profile_;
- content::TestBrowserThread browser_thread_;
ash::LauncherModel launcher_model_;
scoped_ptr<ChromeLauncherController> controller_;

Powered by Google App Engine
This is Rietveld 408576698