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

Unified Diff: chrome/browser/chromeos/status/data_promo_notification_unittest.cc

Issue 2342523002: Forcibly clear worker ref counts on shutdown. (Closed)
Patch Set: more bundles Created 4 years, 3 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/chromeos/status/data_promo_notification_unittest.cc
diff --git a/chrome/browser/chromeos/status/data_promo_notification_unittest.cc b/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
index 96fdffb02c0f8b1db48b154c120f37ec165e7b6c..6c74706c308c03c6e4f383e92068c95f54c7efd5 100644
--- a/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
+++ b/chrome/browser/chromeos/status/data_promo_notification_unittest.cc
@@ -17,6 +17,7 @@
#include "chromeos/dbus/shill_service_client.h"
#include "chromeos/login/login_state.h"
#include "chromeos/network/network_state_handler.h"
+#include "content/public/test/test_browser_thread_bundle.h"
#include "testing/platform_test.h"
#include "third_party/cros_system_api/dbus/service_constants.h"
#include "ui/chromeos/network/network_connect.h"
@@ -135,11 +136,11 @@ class DataPromoNotificationTest : public testing::Test {
base::FundamentalValue(true));
}
+ content::TestBrowserThreadBundle thread_bundle_;
std::unique_ptr<DataPromoNotification> data_promo_notification_;
std::unique_ptr<NetworkConnectTestDelegate> network_connect_delegate_;
std::unique_ptr<ScopedUserManagerEnabler> user_manager_enabler_;
std::unique_ptr<TestingProfileManager> profile_manager_;
- base::MessageLoop message_loop_;
private:
DISALLOW_COPY_AND_ASSIGN(DataPromoNotificationTest);

Powered by Google App Engine
This is Rietveld 408576698