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

Unified Diff: ash/test/test_metro_viewer_process_host.h

Issue 750273002: Fix implicit scoped_refptr<T> to T* conversion in TestMetroViewerProcessHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: ash/test/test_metro_viewer_process_host.h
diff --git a/ash/test/test_metro_viewer_process_host.h b/ash/test/test_metro_viewer_process_host.h
index 95709aecd35a147a5f05ef5984911d136c7c9f65..bb39351533fbf1aaca802abaf254458fffb78369 100644
--- a/ash/test/test_metro_viewer_process_host.h
+++ b/ash/test/test_metro_viewer_process_host.h
@@ -15,7 +15,8 @@ namespace test {
class TestMetroViewerProcessHost : public win8::MetroViewerProcessHost {
public:
- TestMetroViewerProcessHost(base::SingleThreadTaskRunner* ipc_task_runner);
+ TestMetroViewerProcessHost(
+ const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner);
virtual ~TestMetroViewerProcessHost();
bool closed_unexpectedly() { return closed_unexpectedly_; }
« no previous file with comments | « no previous file | ash/test/test_metro_viewer_process_host.cc » ('j') | ash/test/test_metro_viewer_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698