| Index: chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/geolocation_permission_context_unittest.cc (revision 76198)
|
| +++ chrome/browser/geolocation/geolocation_permission_context_unittest.cc (working copy)
|
| @@ -2,21 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/geolocation/geolocation_permission_context.h"
|
| -
|
| #include "base/scoped_vector.h"
|
| -#include "chrome/browser/browser_thread.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_permission_context.h"
|
| -#include "chrome/browser/geolocation/location_arbitrator.h"
|
| -#include "chrome/browser/geolocation/location_provider.h"
|
| -#include "chrome/browser/geolocation/mock_location_provider.h"
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
| #include "chrome/common/notification_details.h"
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/test/testing_profile.h"
|
| +#include "content/browser/browser_thread.h"
|
| +#include "content/browser/geolocation/arbitrator_dependency_factories_for_test.h"
|
| +#include "content/browser/geolocation/geolocation_permission_context.h"
|
| +#include "content/browser/geolocation/location_arbitrator.h"
|
| +#include "content/browser/geolocation/location_provider.h"
|
| +#include "content/browser/geolocation/mock_location_provider.h"
|
| #include "content/browser/renderer_host/mock_render_process_host.h"
|
| #include "content/browser/renderer_host/test_render_view_host.h"
|
| #include "content/browser/tab_contents/test_tab_contents.h"
|
|
|