Index: chrome/browser/ui/webui/help/version_updater.h |
diff --git a/chrome/browser/ui/webui/help/version_updater.h b/chrome/browser/ui/webui/help/version_updater.h |
index 2afe72cdece317fd1dd741c15e201ae17e66ec38..190ada756cc2eb9997f2bd804b54fd5b6144f825 100644 |
--- a/chrome/browser/ui/webui/help/version_updater.h |
+++ b/chrome/browser/ui/webui/help/version_updater.h |
@@ -10,10 +10,6 @@ |
#include "base/callback.h" |
#include "base/strings/string16.h" |
-namespace content { |
-class BrowserContext; |
-} |
- |
// Interface implemented to expose per-platform updating functionality. |
class VersionUpdater { |
public: |
@@ -59,7 +55,7 @@ class VersionUpdater { |
// Sub-classes must implement this method to create the respective |
// specialization. |
- static VersionUpdater* Create(content::BrowserContext* context); |
+ static VersionUpdater* Create(); |
// Begins the update process by checking for update availability. |
// |status_callback| is called for each status update. |promote_callback| can |