Chromium Code Reviews| Index: content/browser/geolocation/geolocation_provider_impl.cc |
| diff --git a/content/browser/geolocation/geolocation_provider_impl.cc b/content/browser/geolocation/geolocation_provider_impl.cc |
| index f3d6e37e062bf002b3b4050ab5c6cdb5e17a19e0..7bff24319da87b24e3956e37aeee4ab9bc81ce9c 100644 |
| --- a/content/browser/geolocation/geolocation_provider_impl.cc |
| +++ b/content/browser/geolocation/geolocation_provider_impl.cc |
| @@ -14,6 +14,8 @@ |
| #include "base/single_thread_task_runner.h" |
| #include "content/browser/geolocation/location_arbitrator_impl.h" |
| #include "content/public/browser/browser_thread.h" |
| +#include "content/public/browser/content_browser_client.h" |
| +#include "content/public/common/content_client.h" |
|
Michael van Ouwerkerk
2016/06/09 13:03:10
What are these includes used for? I can't find any
CJ
2016/06/09 20:31:50
Forgot to remove them. My bad.
|
| namespace content { |