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

Unified Diff: components/gcm_driver/gcm_delayed_task_controller_unittest.cc

Issue 1852953002: Fix a bunch of IWYU violators that don't include scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comment Created 4 years, 9 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/gcm_driver/gcm_delayed_task_controller_unittest.cc
diff --git a/components/gcm_driver/gcm_delayed_task_controller_unittest.cc b/components/gcm_driver/gcm_delayed_task_controller_unittest.cc
index 28f5d6e072a9d7cf2c214dade6fc817f4e3f0611..993ec30d33916c583fc11ddd539aa02db65364ff 100644
--- a/components/gcm_driver/gcm_delayed_task_controller_unittest.cc
+++ b/components/gcm_driver/gcm_delayed_task_controller_unittest.cc
@@ -5,6 +5,7 @@
#include "components/gcm_driver/gcm_delayed_task_controller.h"
#include "base/bind.h"
+#include "base/memory/scoped_ptr.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace gcm {
« no previous file with comments | « components/gcm_driver/crypto/gcm_encryption_provider.h ('k') | components/guest_view/renderer/guest_view_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698