| Index: chrome/common/extensions/docs/server2/branch_utility.py
|
| diff --git a/chrome/common/extensions/docs/server2/branch_utility.py b/chrome/common/extensions/docs/server2/branch_utility.py
|
| index 3c0a1e30f209659d27c6b64dfe248f7d4d65b68b..955cfbb6b8abd1f50301fcf1502e78b75cfe21f3 100644
|
| --- a/chrome/common/extensions/docs/server2/branch_utility.py
|
| +++ b/chrome/common/extensions/docs/server2/branch_utility.py
|
| @@ -6,7 +6,7 @@ import json
|
| import logging
|
| import operator
|
|
|
| -from appengine_url_fetcher import AppEngineUrlFetcher
|
| +from environment_wrappers import CreateUrlFetcher
|
| import url_constants
|
|
|
|
|
| @@ -60,7 +60,7 @@ class BranchUtility(object):
|
| def Create(object_store_creator):
|
| return BranchUtility(url_constants.OMAHA_PROXY_URL,
|
| url_constants.OMAHA_DEV_HISTORY,
|
| - AppEngineUrlFetcher(),
|
| + CreateUrlFetcher(),
|
| object_store_creator)
|
|
|
| @staticmethod
|
|
|