Index: chrome/test/base/testing_profile.h |
diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h |
index 5aef690d526571cbd68ed711ccef510d114a85df..6a434da6b14a7edd6646578c4c2d8f080bcdf501 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; |
@@ -353,8 +353,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(). |