Index: content/browser/download/download_file_unittest.cc |
diff --git a/content/browser/download/download_file_unittest.cc b/content/browser/download/download_file_unittest.cc |
index ebf501d92c66dc0da5878c07fdac503a06d1f21f..867b76f6fef50b5689964ed80be6f5ac907d45ab 100644 |
--- a/content/browser/download/download_file_unittest.cc |
+++ b/content/browser/download/download_file_unittest.cc |
@@ -138,6 +138,8 @@ class DownloadFileTest : public testing::Test { |
net::BoundNetLog(), |
scoped_ptr<PowerSaveBlocker>().Pass(), |
observer_factory_.GetWeakPtr())); |
+ download_file_->SetClientGuid( |
+ "12345678-ABCD-1234-DCBA-123456789ABC"); |
EXPECT_CALL(*input_stream_, Read(_, _)) |
.WillOnce(Return(ByteStreamReader::STREAM_EMPTY)) |