| Index: chrome/common/extensions/docs/server2/test_file_system.py
|
| diff --git a/chrome/common/extensions/docs/server2/test_file_system.py b/chrome/common/extensions/docs/server2/test_file_system.py
|
| index 227b4dab09e368e36b88a0c787ae3db37c8decc5..16eda7e21a07a5336d811dedc12204e8216c5749 100644
|
| --- a/chrome/common/extensions/docs/server2/test_file_system.py
|
| +++ b/chrome/common/extensions/docs/server2/test_file_system.py
|
| @@ -143,5 +143,5 @@ class TestFileSystem(FileSystem):
|
| def IncrementStat(self, path=None, by=1):
|
| self._stat_tracker.Increment(path, by=by)
|
|
|
| - def GetIdentity(self):
|
| + def GetStableIdentity(self):
|
| return self._identity
|
|
|