| Index: chrome/browser/extensions/extension_updater.h
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_updater.h (revision 26028)
|
| +++ chrome/browser/extensions/extension_updater.h (working copy)
|
| @@ -84,7 +84,7 @@
|
| // 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;
|
|
|