| Index: chrome/common/extensions/docs/server2/subversion_fetcher.py
|
| diff --git a/chrome/common/extensions/docs/server2/subversion_fetcher.py b/chrome/common/extensions/docs/server2/subversion_fetcher.py
|
| index 84ffb04d2eb0ac7cde8e620812b27237300bf399..b9d881a810fee4c12c21f7e6118777871c9b7f5c 100644
|
| --- a/chrome/common/extensions/docs/server2/subversion_fetcher.py
|
| +++ b/chrome/common/extensions/docs/server2/subversion_fetcher.py
|
| @@ -2,7 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -SUBVERSION_URL = 'http://src.chromium.org/viewvc/chrome'
|
| +SUBVERSION_URL = 'http://src.chromium.org/chrome'
|
| TRUNK_URL = SUBVERSION_URL + '/trunk'
|
| BRANCH_URL = SUBVERSION_URL + '/branches'
|
|
|
|
|