Index: chrome/browser/first_run/first_run.h |
diff --git a/chrome/browser/first_run/first_run.h b/chrome/browser/first_run/first_run.h |
index c13175659d78dd636efd1491608a39aed8743d2c..415753f0ccc8ec799fc6dca13f22a586206bd178 100644 |
--- a/chrome/browser/first_run/first_run.h |
+++ b/chrome/browser/first_run/first_run.h |
@@ -282,15 +282,11 @@ class Upgrade { |
// thread to fetch on). |
class FirstRunBrowserProcess : public BrowserProcessImpl { |
public: |
- explicit FirstRunBrowserProcess(const CommandLine& command_line) |
- : BrowserProcessImpl(command_line) { |
- } |
- virtual ~FirstRunBrowserProcess() { } |
+ explicit FirstRunBrowserProcess(const CommandLine& command_line); |
+ virtual ~FirstRunBrowserProcess(); |
- virtual GoogleURLTracker* google_url_tracker() { return NULL; } |
- virtual IntranetRedirectDetector* intranet_redirect_detector() { |
- return NULL; |
- } |
+ virtual GoogleURLTracker* google_url_tracker(); |
+ virtual IntranetRedirectDetector* intranet_redirect_detector(); |
private: |
DISALLOW_COPY_AND_ASSIGN(FirstRunBrowserProcess); |