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

Unified Diff: content/browser/android/date_time_chooser_android.h

Issue 1874893002: Convert //content/browser from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/browser/android/date_time_chooser_android.h
diff --git a/content/browser/android/date_time_chooser_android.h b/content/browser/android/date_time_chooser_android.h
index 05a8bdd3dd792339a24918e0ae4d64ce04c2509d..07d521084a93ebe1742d79644753352ca343c3d9 100644
--- a/content/browser/android/date_time_chooser_android.h
+++ b/content/browser/android/date_time_chooser_android.h
@@ -5,12 +5,12 @@
#ifndef CONTENT_BROWSER_ANDROID_DATE_TIME_CHOOSER_ANDROID_H_
#define CONTENT_BROWSER_ANDROID_DATE_TIME_CHOOSER_ANDROID_H_
+#include <memory>
#include <string>
#include <vector>
#include "base/android/jni_weak_ref.h"
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
#include "ui/base/ime/text_input_type.h"
#include "ui/gfx/native_widget_types.h"
« no previous file with comments | « content/browser/android/content_view_render_view.cc ('k') | content/browser/android/deferred_download_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698