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

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: rebase 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/network_dropdown.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
#include "content/common/content_export.h"
namespace content {
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/network_dropdown.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698