diff options
Diffstat (limited to 'chrome/browser/google_url_tracker.h')
-rw-r--r-- | chrome/browser/google_url_tracker.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/browser/google_url_tracker.h b/chrome/browser/google_url_tracker.h index b3f1795..18cd0c3 100644 --- a/chrome/browser/google_url_tracker.h +++ b/chrome/browser/google_url_tracker.h @@ -2,8 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#ifndef CHROME_BROWSER_GOOGLE_URL_TRACKER_H_ +#define CHROME_BROWSER_GOOGLE_URL_TRACKER_H_ + #include "chrome/browser/net/url_fetcher.h" -#include "chrome/common/notification_service.h" +#include "chrome/common/notification_observer.h" class PrefService; @@ -98,6 +101,7 @@ class GoogleURLTracker : public URLFetcher::Delegate, // default request context created, so we can // actually do the fetch with the right data. - DISALLOW_EVIL_CONSTRUCTORS(GoogleURLTracker); + DISALLOW_COPY_AND_ASSIGN(GoogleURLTracker); }; +#endif // CHROME_BROWSER_GOOGLE_URL_TRACKER_H_
\ No newline at end of file |