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

Unified Diff: media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc

Issue 2713993003: Revert of build: Enable auto raw pointer deduction check on linux. (Closed)
Patch Set: Created 3 years, 10 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 | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
diff --git a/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc b/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
index 82dd28f05c5798cc548ecbc0c53549453caf577f..62ed1ae6712d08cde9d0ad3cd9116dfad964c0c2 100644
--- a/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
+++ b/media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.cc
@@ -90,7 +90,7 @@
auto io_task_runner = io_thread_.task_runner();
auto main_task_runner = base::ThreadTaskRunnerHandle::Get();
auto decoder = base::MakeUnique<MockJpegDecodeAccelerator>();
- auto* decoder_ptr = decoder.get();
+ auto decoder_ptr = decoder.get();
ON_CALL(*decoder, Initialize(_)).WillByDefault(Return(true));
IPC::MessageFilter* message_filter = nullptr;
« no previous file with comments | « media/filters/ffmpeg_demuxer_unittest.cc ('k') | media/mojo/clients/mojo_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698