| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 0c0847dc8f1706e24518e86cec3c9a0b2b2ac2fe..cc2e8d9853d93db27df7a7e3d08b836501a368fa 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -6,6 +6,8 @@
|
| #define CHROME_TEST_BASE_TESTING_PROFILE_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/scoped_temp_dir.h"
|
| @@ -38,7 +40,6 @@ class ExtensionPrefValueMap;
|
| class ExtensionSpecialStoragePolicy;
|
| class FaviconService;
|
| class FindBarState;
|
| -class GeolocationContentSettingsMap;
|
| class GeolocationPermissionContext;
|
| class HistoryService;
|
| class HostContentSettingsMap;
|
| @@ -214,7 +215,6 @@ class TestingProfile : public Profile {
|
| virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher();
|
| virtual FindBarState* GetFindBarState();
|
| virtual HostContentSettingsMap* GetHostContentSettingsMap();
|
| - virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap();
|
| virtual GeolocationPermissionContext* GetGeolocationPermissionContext();
|
| virtual HostZoomMap* GetHostZoomMap();
|
| virtual bool HasProfileSyncService() const;
|
| @@ -352,8 +352,6 @@ class TestingProfile : public Profile {
|
| scoped_refptr<webkit_database::DatabaseTracker> db_tracker_;
|
|
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
|
| - scoped_refptr<GeolocationContentSettingsMap>
|
| - geolocation_content_settings_map_;
|
| scoped_refptr<GeolocationPermissionContext> geolocation_permission_context_;
|
|
|
| // Find bar state. Created lazily by GetFindBarState().
|
|
|