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

Unified Diff: chrome/browser/ui/desktop_ios_promotion/sms_service_unittest.cc

Issue 2876013002: Add missing IWYU message_loop.h includes. (Closed)
Patch Set: fix upstream Created 3 years, 7 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/desktop_ios_promotion/sms_service_unittest.cc
diff --git a/chrome/browser/ui/desktop_ios_promotion/sms_service_unittest.cc b/chrome/browser/ui/desktop_ios_promotion/sms_service_unittest.cc
index ffe3a8823df2a390a6c9177403b17099e8dd05f9..ba90cf51a6aa3f94bc3372ff1497d573f96887c2 100644
--- a/chrome/browser/ui/desktop_ios_promotion/sms_service_unittest.cc
+++ b/chrome/browser/ui/desktop_ios_promotion/sms_service_unittest.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/ui/desktop_ios_promotion/sms_service.h"
+#include "base/message_loop/message_loop.h"
#include "base/run_loop.h"
#include "components/signin/core/browser/account_tracker_service.h"
#include "components/signin/core/browser/fake_profile_oauth2_token_service.h"

Powered by Google App Engine
This is Rietveld 408576698