Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 10371fe5defa882040e5130376905f0ad34cb10f..7db10ab5868a777c43f000d90c65e1856bd480fb 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -35,6 +35,8 @@ class Preferences; |
} |
#endif |
+class GAIAInfoUpdater; |
+ |
// The default profile implementation. |
class ProfileImpl : public Profile, |
public content::NotificationObserver { |
@@ -146,6 +148,8 @@ class ProfileImpl : public Profile, |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE; |
+ void UpdateGAIAProfileInfo(); |
+ |
private: |
friend class Profile; |
@@ -290,6 +294,8 @@ class ProfileImpl : public Profile, |
chrome_browser_net::Predictor* predictor_; |
+ scoped_ptr<GAIAInfoUpdater> gaia_info_updated_; |
+ |
DISALLOW_COPY_AND_ASSIGN(ProfileImpl); |
}; |