| Index: chrome/common/extensions/docs/server2/path_canonicalizer_test.py
|
| diff --git a/chrome/common/extensions/docs/server2/path_canonicalizer_test.py b/chrome/common/extensions/docs/server2/path_canonicalizer_test.py
|
| index 583f26543284787979582be597423596a1a402e6..841dc9862315a0ce9fea02a317dcd243a53f71de 100755
|
| --- a/chrome/common/extensions/docs/server2/path_canonicalizer_test.py
|
| +++ b/chrome/common/extensions/docs/server2/path_canonicalizer_test.py
|
| @@ -26,7 +26,7 @@ class PathCanonicalizerTest(unittest.TestCase):
|
| test_fs = TestFileSystem(_TEST_DATA)
|
| compiled_fs_factory = CompiledFileSystem.Factory(
|
| test_fs,
|
| - ObjectStoreCreator.TestFactory())
|
| + ObjectStoreCreator.ForTest())
|
| self._path_canonicalizer = PathCanonicalizer('stable', compiled_fs_factory)
|
|
|
| def _assertIdentity(self, path):
|
|
|