| Index: net/disk_cache/entry_impl.h
|
| ===================================================================
|
| --- net/disk_cache/entry_impl.h (revision 3954)
|
| +++ net/disk_cache/entry_impl.h (working copy)
|
| @@ -24,8 +24,8 @@
|
| virtual void Doom();
|
| virtual void Close();
|
| virtual std::string GetKey() const;
|
| - virtual Time GetLastUsed() const;
|
| - virtual Time GetLastModified() const;
|
| + virtual base::Time GetLastUsed() const;
|
| + virtual base::Time GetLastModified() const;
|
| virtual int32 GetDataSize(int index) const;
|
| virtual int ReadData(int index, int offset, char* buf, int buf_len,
|
| net::CompletionCallback* completion_callback);
|
|
|