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

Unified Diff: components/history/core/test/thumbnail.cc

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 | « components/exo/surface.h ('k') | components/user_manager/user.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history/core/test/thumbnail.cc
diff --git a/components/history/core/test/thumbnail.cc b/components/history/core/test/thumbnail.cc
index 6586dca086906758610b354b76dd3c39a8779a72..2da52c0a99ec5be4c7a753998225eb88683eb99a 100644
--- a/components/history/core/test/thumbnail.cc
+++ b/components/history/core/test/thumbnail.cc
@@ -4,6 +4,7 @@
#include "components/history/core/test/thumbnail.h"
+#include "base/memory/scoped_ptr.h"
#include "components/history/core/test/thumbnail-inl.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/codec/jpeg_codec.h"
« no previous file with comments | « components/exo/surface.h ('k') | components/user_manager/user.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698