| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index ed5425257b334ceefcee003571dd6329f437ca1b..796347c2c5e40a6f099b59e2abf6f6fc7fab3483 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -8,6 +8,8 @@
|
| #define CHROME_BROWSER_PROFILES_PROFILE_IMPL_H_
|
| #pragma once
|
|
|
| +#include <string>
|
| +
|
| #include "base/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -97,7 +99,6 @@ class ProfileImpl : public Profile,
|
| virtual net::SSLConfigService* GetSSLConfigService();
|
| virtual HostContentSettingsMap* GetHostContentSettingsMap();
|
| virtual HostZoomMap* GetHostZoomMap();
|
| - virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap();
|
| virtual GeolocationPermissionContext* GetGeolocationPermissionContext();
|
| virtual UserStyleSheetWatcher* GetUserStyleSheetWatcher();
|
| virtual FindBarState* GetFindBarState();
|
| @@ -229,8 +230,6 @@ class ProfileImpl : public Profile,
|
|
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
|
| scoped_refptr<HostZoomMap> host_zoom_map_;
|
| - scoped_refptr<GeolocationContentSettingsMap>
|
| - geolocation_content_settings_map_;
|
| scoped_refptr<GeolocationPermissionContext>
|
| geolocation_permission_context_;
|
| scoped_refptr<UserStyleSheetWatcher> user_style_sheet_watcher_;
|
|
|