Index: chrome/browser/google_url_tracker.h |
=================================================================== |
--- chrome/browser/google_url_tracker.h (revision 16645) |
+++ chrome/browser/google_url_tracker.h (working copy) |
@@ -8,7 +8,7 @@ |
#include <string> |
#include "chrome/browser/net/url_fetcher.h" |
-#include "chrome/common/notification_observer.h" |
+#include "chrome/common/notification_registrar.h" |
#include "googleurl/src/gurl.h" |
#include "testing/gtest/include/gtest/gtest_prod.h" |
@@ -90,6 +90,7 @@ |
static const char kDefaultGoogleHomepage[]; |
+ NotificationRegistrar registrar_; |
GURL google_url_; |
ScopedRunnableMethodFactory<GoogleURLTracker> fetcher_factory_; |
scoped_ptr<URLFetcher> fetcher_; |