Index: chrome/browser/rlz/rlz.h |
diff --git a/chrome/browser/rlz/rlz.h b/chrome/browser/rlz/rlz.h |
index ee97a22c44df9931b1ee967b6929d82bc50378ac..7145085d7e7ef5a8fad051214967ce6b0b19fb33 100644 |
--- a/chrome/browser/rlz/rlz.h |
+++ b/chrome/browser/rlz/rlz.h |
@@ -14,10 +14,8 @@ |
#include <string> |
#include "base/basictypes.h" |
-#include "base/memory/ref_counted.h" |
#include "base/memory/singleton.h" |
#include "base/string16.h" |
-#include "base/task.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
#include "rlz/win/lib/rlz_lib.h" |
@@ -150,10 +148,6 @@ class RLZTracker : public content::NotificationObserver { |
DISALLOW_COPY_AND_ASSIGN(RLZTracker); |
}; |
-// The RLZTracker is a singleton object that outlives any runnable tasks |
-// that will be queued up. |
-DISABLE_RUNNABLE_METHOD_REFCOUNT(RLZTracker); |
- |
#endif // defined(OS_WIN) |
#endif // CHROME_BROWSER_RLZ_RLZ_H_ |