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

Unified Diff: content/public/browser/geolocation_provider.h

Issue 1870793002: Convert //chrome/browser/chromeos from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iwyu fixes Created 4 years, 8 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: content/public/browser/geolocation_provider.h
diff --git a/content/public/browser/geolocation_provider.h b/content/public/browser/geolocation_provider.h
index abc041004315a8b666462c432613b7ef9e8d037e..01064925042e511c665abccad93be47924b843de 100644
--- a/content/public/browser/geolocation_provider.h
+++ b/content/public/browser/geolocation_provider.h
@@ -6,6 +6,7 @@
#define CONTENT_PUBLIC_BROWSER_GEOLOCATION_PROVIDER_H_
#include "base/callback_list.h"
+#include "base/memory/scoped_ptr.h"
dcheng 2016/04/07 21:18:54 Meh.
#include "content/common/content_export.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698