| Index: chrome/browser/geolocation/geolocation_settings_state_unittest.cc
|
| diff --git a/chrome/browser/geolocation/geolocation_settings_state_unittest.cc b/chrome/browser/geolocation/geolocation_settings_state_unittest.cc
|
| index bc489a803622b09b57ef7155d72ce363d4ff3636..e5f0aaeac50751a6225a3e1ea090b441f4963fe3 100644
|
| --- a/chrome/browser/geolocation/geolocation_settings_state_unittest.cc
|
| +++ b/chrome/browser/geolocation/geolocation_settings_state_unittest.cc
|
| @@ -5,9 +5,9 @@
|
| #include <string>
|
|
|
| #include "base/message_loop/message_loop.h"
|
| -#include "chrome/browser/content_settings/host_content_settings_map.h"
|
| #include "chrome/browser/geolocation/geolocation_settings_state.h"
|
| #include "chrome/test/base/testing_profile.h"
|
| +#include "components/content_settings/core/browser/host_content_settings_map.h"
|
| #include "content/public/browser/navigation_details.h"
|
| #include "content/public/browser/navigation_entry.h"
|
| #include "content/public/test/test_browser_thread.h"
|
|
|