Index: chrome/common/extensions/docs/server2/example_zipper_test.py |
diff --git a/chrome/common/extensions/docs/server2/example_zipper_test.py b/chrome/common/extensions/docs/server2/example_zipper_test.py |
index f1a5185d190aad2f064972dcc894623a1b29988b..b3df4e529c8740b46d6d89a1928bd6d74d6ccd90 100755 |
--- a/chrome/common/extensions/docs/server2/example_zipper_test.py |
+++ b/chrome/common/extensions/docs/server2/example_zipper_test.py |
@@ -21,7 +21,8 @@ class ExampleZipperTest(unittest.TestCase): |
object_store) |
self._example_zipper = ExampleZipper( |
self._file_system, |
- CompiledFileSystem.Factory(self._file_system, object_store), |
+ CompiledFileSystem.Factory(self._file_system, |
cduvall
2013/03/21 18:43:53
revert
epeterson
2013/03/25 19:35:11
Done.
|
+ object_store), |
'example_zipper') |
def testCreateZip(self): |