summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_updater.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/extension_updater.h')
-rw-r--r--chrome/browser/extensions/extension_updater.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_updater.h b/chrome/browser/extensions/extension_updater.h
index 043ff96..48808ed 100644
--- a/chrome/browser/extensions/extension_updater.h
+++ b/chrome/browser/extensions/extension_updater.h
@@ -84,7 +84,7 @@ class ExtensionUpdater
// These are needed for unit testing, to help identify the correct mock
// URLFetcher objects.
static const int kManifestFetcherId = 1;
- static const int kExtensionFetcherId = 1;
+ static const int kExtensionFetcherId = 2;
static const char* kBlacklistUpdateUrl;
static const char* kBlacklistAppID;