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

Unified Diff: ui/android/edge_effect_l.h

Issue 1868363002: Replace scoped_ptr with std::unique_ptr in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scopedptrcc
Patch Set: scopedptrui: rebase-make_scoped_ptr 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
« no previous file with comments | « ui/android/edge_effect.h ('k') | ui/android/overscroll_glow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/edge_effect_l.h
diff --git a/ui/android/edge_effect_l.h b/ui/android/edge_effect_l.h
index a4f79379d01981d9b47d26af9aded2ffdd445096..4f18fef1569b53ebfba1e8e65e78fb3997a1bac0 100644
--- a/ui/android/edge_effect_l.h
+++ b/ui/android/edge_effect_l.h
@@ -5,9 +5,10 @@
#ifndef UI_ANDROID_EDGE_EFFECT_L_H_
#define UI_ANDROID_EDGE_EFFECT_L_H_
+#include <memory>
+
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "base/memory/scoped_ptr.h"
#include "ui/android/edge_effect_base.h"
#include "ui/android/ui_android_export.h"
#include "ui/gfx/geometry/rect_f.h"
« no previous file with comments | « ui/android/edge_effect.h ('k') | ui/android/overscroll_glow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698