| Index: chrome/browser/geolocation/geolocation_permission_context_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/geolocation/geolocation_permission_context_unittest.cc (revision 75800)
|
| +++ chrome/browser/geolocation/geolocation_permission_context_unittest.cc (working copy)
|
| @@ -12,14 +12,14 @@
|
| #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/renderer_host/mock_render_process_host.h"
|
| -#include "chrome/browser/renderer_host/test/test_render_view_host.h"
|
| #include "chrome/browser/tab_contents/infobar_delegate.h"
|
| -#include "chrome/browser/tab_contents/test_tab_contents.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/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"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| // TestTabContentsWithPendingInfoBar ------------------------------------------
|
|
|