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

Unified Diff: mojo/services/catalog/store.h

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: 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: mojo/services/catalog/store.h
diff --git a/mojo/services/catalog/store.h b/mojo/services/catalog/store.h
index 1a4087f972ad6e2719470c32c614aa3f4752d4a1..4ebdaeab970766b351bf52e2d74920baecbfe23b 100644
--- a/mojo/services/catalog/store.h
+++ b/mojo/services/catalog/store.h
@@ -5,6 +5,7 @@
#ifndef MOJO_SERVICES_CATALOG_STORE_H_
#define MOJO_SERVICES_CATALOG_STORE_H_
+#include "base/memory/scoped_ptr.h"
#include "base/values.h"
namespace catalog {

Powered by Google App Engine
This is Rietveld 408576698