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

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

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.h
diff --git a/extensions/shell/browser/shell_native_app_window.h b/extensions/shell/browser/shell_native_app_window.h
index 775473cff92e55860f45ce3953789db032e96aaa..f3ff7be6d4068ea9c3c5f09a5c11672378d8941c 100644
--- a/extensions/shell/browser/shell_native_app_window.h
+++ b/extensions/shell/browser/shell_native_app_window.h
@@ -52,7 +52,7 @@ class ShellNativeAppWindow : public NativeAppWindow {
void UpdateDraggableRegions(
const std::vector<DraggableRegion>& regions) override;
SkRegion* GetDraggableRegion() override;
- void UpdateShape(scoped_ptr<SkRegion> region) override;
+ void UpdateShape(std::unique_ptr<SkRegion> region) override;
void HandleKeyboardEvent(
const content::NativeWebKeyboardEvent& event) override;
bool IsFrameless() const override;
« no previous file with comments | « extensions/shell/browser/shell_extension_system.cc ('k') | extensions/shell/browser/shell_native_app_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698