Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4888)

Unified Diff: chrome/common/extensions/docs/server2/branch_utility.py

Issue 1151283007: Docserver overhaul: Gitiles away from me. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove inform_users template to fix presubmit failure (it's now a redirect) Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698