Index: third_party/WebKit/Source/platform/DragImageTest.cpp |
diff --git a/third_party/WebKit/Source/platform/DragImageTest.cpp b/third_party/WebKit/Source/platform/DragImageTest.cpp |
index a40d06443c7dfdff37178c72256bcda9b15770da..8dc491a40c0f421da4570a07340140573c949bb6 100644 |
--- a/third_party/WebKit/Source/platform/DragImageTest.cpp |
+++ b/third_party/WebKit/Source/platform/DragImageTest.cpp |
@@ -183,8 +183,8 @@ TEST(DragImageTest, InvalidRotatedBitmapImage) { |
std::unique_ptr<DragImage> dragImage = |
DragImage::create(image.get(), RespectImageOrientation); |
- // With an invalid pixel ref, BitmapImage should have no backing SkImage => we don't allocate |
- // a DragImage. |
+ // With an invalid pixel ref, BitmapImage should have no backing SkImage => |
+ // we don't allocate a DragImage. |
ASSERT_FALSE(dragImage); |
} |