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

Unified Diff: trunk/src/chrome/browser/chromeos/drive/file_system_unittest.cc

Issue 227743006: Revert 262147 "Remove all uses of GG_LONGLONG and GG_ULONGLONG." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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
« no previous file with comments | « trunk/src/base/port.h ('k') | trunk/src/chrome/browser/devtools/adb/android_rsa.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/chromeos/drive/file_system_unittest.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/drive/file_system_unittest.cc (revision 262163)
+++ trunk/src/chrome/browser/chromeos/drive/file_system_unittest.cc (working copy)
@@ -858,8 +858,8 @@
google_apis::test_util::CreateCopyResultCallback(
&error, &bytes_total, &bytes_used));
test_util::RunBlockingPoolTask();
- EXPECT_EQ(6789012345LL, bytes_used);
- EXPECT_EQ(9876543210LL, bytes_total);
+ EXPECT_EQ(GG_LONGLONG(6789012345), bytes_used);
+ EXPECT_EQ(GG_LONGLONG(9876543210), bytes_total);
}
TEST_F(FileSystemTest, MarkCacheFileAsMountedAndUnmounted) {
« no previous file with comments | « trunk/src/base/port.h ('k') | trunk/src/chrome/browser/devtools/adb/android_rsa.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698