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

Unified Diff: extensions/shell/browser/shell_native_app_window.cc

Issue 1908953003: Convert //extensions/{common,shell} from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? Created 4 years, 8 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: extensions/shell/browser/shell_native_app_window.cc
diff --git a/extensions/shell/browser/shell_native_app_window.cc b/extensions/shell/browser/shell_native_app_window.cc
index 83e76a7d4f8d3d5b0015919769778f9b168ea251..cee27aabbe3f12c01ecd9aa5bf9a8d7c7d22be5e 100644
--- a/extensions/shell/browser/shell_native_app_window.cc
+++ b/extensions/shell/browser/shell_native_app_window.cc
@@ -132,7 +132,7 @@ SkRegion* ShellNativeAppWindow::GetDraggableRegion() {
return NULL;
}
-void ShellNativeAppWindow::UpdateShape(scoped_ptr<SkRegion> region) {
+void ShellNativeAppWindow::UpdateShape(std::unique_ptr<SkRegion> region) {
NOTIMPLEMENTED();
}
« no previous file with comments | « extensions/shell/browser/shell_native_app_window.h ('k') | extensions/shell/browser/shell_native_app_window_aura_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698