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

Unified Diff: trunk/src/cc/base/tiling_data_unittest.cc

Issue 13316003: Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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/cc/base/scoped_ptr_hash_map.h ('k') | trunk/src/cc/base/worker_pool.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/cc/base/tiling_data_unittest.cc
===================================================================
--- trunk/src/cc/base/tiling_data_unittest.cc (revision 191370)
+++ trunk/src/cc/base/tiling_data_unittest.cc (working copy)
@@ -954,7 +954,7 @@
}
EXPECT_TRUE(found);
}
- EXPECT_EQ(0u, expected.size());
+ EXPECT_EQ(0, expected.size());
}
// Make sure this also works with a difference iterator and an empty ignore.
@@ -973,7 +973,7 @@
}
EXPECT_TRUE(found);
}
- EXPECT_EQ(0u, expected.size());
+ EXPECT_EQ(0, expected.size());
}
}
@@ -1078,7 +1078,7 @@
}
EXPECT_TRUE(found);
}
- EXPECT_EQ(0u, expected.size());
+ EXPECT_EQ(0, expected.size());
}
TEST(TilingDataTest, DifferenceIteratorIgnoreGeometry) {
« no previous file with comments | « trunk/src/cc/base/scoped_ptr_hash_map.h ('k') | trunk/src/cc/base/worker_pool.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698