Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl.h |
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
| index cc9fbe7e3e0aa04b3019247beb13cec2a745293f..5c780d5e7f4843f2c6a9ee3a328d017962d2ab49 100644 |
| --- a/chrome/browser/profiles/profile_impl.h |
| +++ b/chrome/browser/profiles/profile_impl.h |
| @@ -35,6 +35,10 @@ class Preferences; |
| } |
| #endif |
| +namespace protector { |
| +class Protector; |
| +} |
| + |
| // The default profile implementation. |
| class ProfileImpl : public Profile, |
| public content::NotificationObserver { |
| @@ -291,6 +295,8 @@ class ProfileImpl : public Profile, |
| chrome_browser_net::Predictor* predictor_; |
| + scoped_ptr<protector::Protector> protector_; |
|
sky
2011/10/21 17:20:30
You'll need to run this by Elliott. We're moving t
whywhat
2011/10/21 20:31:53
Move this off Profile
|
| + |
| DISALLOW_COPY_AND_ASSIGN(ProfileImpl); |
| }; |