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

Unified Diff: components/browser_sync/test_profile_sync_service.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: components/browser_sync/test_profile_sync_service.cc
diff --git a/components/browser_sync/test_profile_sync_service.cc b/components/browser_sync/test_profile_sync_service.cc
index a4bc8d080bd45be20a60253803a3585a7d96b8fb..9eab474c7b857204699104ce1ab5d7b3a3f121be 100644
--- a/components/browser_sync/test_profile_sync_service.cc
+++ b/components/browser_sync/test_profile_sync_service.cc
@@ -6,6 +6,8 @@
#include <utility>
+#include "base/message_loop/message_loop.h"
+
namespace browser_sync {
syncer::TestIdFactory* TestProfileSyncService::id_factory() {

Powered by Google App Engine
This is Rietveld 408576698