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

Unified Diff: components/offline_pages/core/snapshot_controller_unittest.cc

Issue 2655273003: Adds a first integration test for the Recent Tabs feature. (Closed)
Patch Set: Fix wrapping of comment text. Created 3 years, 11 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: components/offline_pages/core/snapshot_controller_unittest.cc
diff --git a/components/offline_pages/core/snapshot_controller_unittest.cc b/components/offline_pages/core/snapshot_controller_unittest.cc
index 390a96e952bf8451b7cf515a71e994efd58d67f0..a57c2da897b3c344a592a24c0c0f6b2b32515ed7 100644
--- a/components/offline_pages/core/snapshot_controller_unittest.cc
+++ b/components/offline_pages/core/snapshot_controller_unittest.cc
@@ -84,7 +84,7 @@ TEST_F(SnapshotControllerTest, OnLoad) {
}
TEST_F(SnapshotControllerTest, OnDocumentAvailable) {
- EXPECT_GT(controller()->GetDelayAfterDocumentAvailableForTest(), 0UL);
+ EXPECT_GT(controller()->GetDelayAfterDocumentAvailableForTest(), 0LL);
// OnDOM should make snapshot after a delay.
controller()->DocumentAvailableInMainFrame();
PumpLoop();

Powered by Google App Engine
This is Rietveld 408576698