| Index: chrome/common/extensions/docs/server2/echo_handler.py
|
| diff --git a/chrome/common/extensions/docs/server2/echo_handler.py b/chrome/common/extensions/docs/server2/echo_handler.py
|
| index 34ba8516b7c67693156b3b1c6b3ebeba1fefcce0..c94c412157fc3a3b8c14442d315128e02824476d 100755
|
| --- a/chrome/common/extensions/docs/server2/echo_handler.py
|
| +++ b/chrome/common/extensions/docs/server2/echo_handler.py
|
| @@ -85,7 +85,8 @@ class Handler(webapp.RequestHandler):
|
| PUBLIC_TEMPLATE_PATH)
|
| intro_data_source = IntroDataSource(cache_builder,
|
| [INTRO_PATH, ARTICLE_PATH])
|
| - samples_data_source_factory = SamplesDataSource.Factory(file_system,
|
| + samples_data_source_factory = SamplesDataSource.Factory(branch,
|
| + file_system,
|
| cache_builder,
|
| EXAMPLES_PATH)
|
| template_data_source_factory = TemplateDataSource.Factory(
|
|
|