Index: chrome/browser/google_apis/gdata_wapi_parser_unittest.cc |
diff --git a/chrome/browser/google_apis/gdata_wapi_parser_unittest.cc b/chrome/browser/google_apis/gdata_wapi_parser_unittest.cc |
index f2aa8d4c2f3276235e68509d9111e622021b7f01..652773e78fbe3bac1bc82123cafb40eb43dcd2d5 100644 |
--- a/chrome/browser/google_apis/gdata_wapi_parser_unittest.cc |
+++ b/chrome/browser/google_apis/gdata_wapi_parser_unittest.cc |
@@ -161,6 +161,7 @@ TEST_F(GDataWAPIParserTest, DocumentFeedJsonParser) { |
file_open_with_link->href().spec()); |
EXPECT_EQ("application/atom+xml", file_open_with_link->mime_type()); |
EXPECT_EQ("the_app_id", file_open_with_link->app_id()); |
+ EXPECT_EQ(654321, file_open_with_link->changestamp()); |
const Link* file_unknown_link = file_entry->GetLinkByType(Link::LINK_UNKNOWN); |
ASSERT_TRUE(file_unknown_link); |