Index: src/snapshot.h |
=================================================================== |
--- src/snapshot.h (revision 1142) |
+++ src/snapshot.h (working copy) |
@@ -45,10 +45,10 @@ |
static bool WriteToFile(const char* snapshot_file); |
private: |
- static const char data_[]; |
+ static const byte data_[]; |
static int size_; |
- static bool Deserialize(const char* content, int len); |
+ static bool Deserialize(const byte* content, int len); |
DISALLOW_IMPLICIT_CONSTRUCTORS(Snapshot); |
}; |