Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: chrome/browser/chromeos/gdata/gdata_parser_unittest.cc

Issue 10693109: Use Drive v2 API: enable behind --enable-drive-api flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/gdata/gdata_parser_unittest.cc
diff --git a/chrome/browser/chromeos/gdata/gdata_parser_unittest.cc b/chrome/browser/chromeos/gdata/gdata_parser_unittest.cc
index 810ce4a7aeb3cfee1d952ba1354e15809c2f4e83..aeb837371778f2e4141238c745d1fe2891e7891f 100644
--- a/chrome/browser/chromeos/gdata/gdata_parser_unittest.cc
+++ b/chrome/browser/chromeos/gdata/gdata_parser_unittest.cc
@@ -318,7 +318,7 @@ TEST_F(GDataParserTest, AccountMetadataFeedParser) {
ASSERT_TRUE(entry_value);
scoped_ptr<AccountMetadataFeed> feed(
- AccountMetadataFeed::CreateFrom(*document));
+ AccountMetadataFeed::CreateFrom(*document, false));
ASSERT_TRUE(feed.get());
EXPECT_EQ(GG_LONGLONG(6789012345), feed->quota_bytes_used());
EXPECT_EQ(GG_LONGLONG(9876543210), feed->quota_bytes_total());

Powered by Google App Engine
This is Rietveld 408576698