| Index: chrome/browser/geolocation/geolocation_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/geolocation_browsertest.cc (revision 76230)
|
| +++ chrome/browser/geolocation/geolocation_browsertest.cc (working copy)
|
| @@ -8,10 +8,15 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/browser/browser_list.h"
|
| #include "chrome/browser/dom_operation_notification_details.h"
|
| +#include "chrome/browser/geolocation/arbitrator_dependency_factories_for_test.h"
|
| #include "chrome/browser/geolocation/geolocation_content_settings_map.h"
|
| #include "chrome/browser/geolocation/geolocation_settings_state.h"
|
| +#include "chrome/browser/geolocation/location_arbitrator.h"
|
| +#include "chrome/browser/geolocation/mock_location_provider.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/renderer_host/render_view_host.h"
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
| +#include "chrome/browser/tab_contents/tab_contents.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/geoposition.h"
|
| @@ -20,11 +25,6 @@
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/test/in_process_browser_test.h"
|
| #include "chrome/test/ui_test_utils.h"
|
| -#include "content/browser/geolocation/arbitrator_dependency_factories_for_test.h"
|
| -#include "content/browser/geolocation/location_arbitrator.h"
|
| -#include "content/browser/geolocation/mock_location_provider.h"
|
| -#include "content/browser/renderer_host/render_view_host.h"
|
| -#include "content/browser/tab_contents/tab_contents.h"
|
| #include "net/base/net_util.h"
|
| #include "net/test/test_server.h"
|
|
|
|
|