Index: chrome/browser/chromeos/gdata/gdata.proto |
diff --git a/chrome/browser/chromeos/gdata/gdata.proto b/chrome/browser/chromeos/gdata/gdata.proto |
index 0507ac3dda3e84f57b3fb9463fa3d052af491b52..d629548b77b0fc6bade793e4d4eb943f8e1e74a3 100644 |
--- a/chrome/browser/chromeos/gdata/gdata.proto |
+++ b/chrome/browser/chromeos/gdata/gdata.proto |
@@ -82,7 +82,7 @@ message GDataDirectoryProto { |
// TODO(satorux): Remove this: crbug.com/137862 |
message GDataRootDirectoryProto { |
optional GDataDirectoryProto gdata_directory = 1; |
- optional int32 largest_changestamp = 2; |
+ optional int64 largest_changestamp = 4; |
// Monotonically increasing version number, which is changed when |
// incompatible change is made in the proto file. |
// kProtoVersion in gdata_files.h defines the current version. |