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

Unified Diff: components/test_runner/mock_web_speech_recognizer.cc

Issue 1805753002: Make test_runner::WebTask an internal detail of components/test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-layout-dump-flags-dep
Patch Set: Created 4 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
Index: components/test_runner/mock_web_speech_recognizer.cc
diff --git a/components/test_runner/mock_web_speech_recognizer.cc b/components/test_runner/mock_web_speech_recognizer.cc
index e80958f8ba4438cd30ef3de9b90a696af1b76ac3..0106f370065af4585c8e17098edb553c7a6e88ae 100644
--- a/components/test_runner/mock_web_speech_recognizer.cc
+++ b/components/test_runner/mock_web_speech_recognizer.cc
@@ -257,7 +257,7 @@ void MockWebSpeechRecognizer::StepTask::RunIfValid() {
return;
}
- Task* task = object_->task_queue_.front();
+ MockWebSpeechRecognizer::Task* task = object_->task_queue_.front();
object_->task_queue_.pop_front();
task->run();
delete task;
« no previous file with comments | « no previous file | components/test_runner/web_task.h » ('j') | content/shell/renderer/layout_test/blink_test_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698