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

Unified Diff: remoting/host/continue_window.h

Issue 9720019: Use scoped_ptr<> to pass ownership in more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 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: remoting/host/continue_window.h
diff --git a/remoting/host/continue_window.h b/remoting/host/continue_window.h
index 18406643d4429ea88274c7996c10d58e7b1871fa..342b2342d32b6d8f86260509aa40858ab778e9e0 100644
--- a/remoting/host/continue_window.h
+++ b/remoting/host/continue_window.h
@@ -29,7 +29,7 @@ class ContinueWindow {
// Hide the continuation window if it is visible.
virtual void Hide() = 0;
- static ContinueWindow* Create();
+ static scoped_ptr<ContinueWindow> Create();
};
}

Powered by Google App Engine
This is Rietveld 408576698