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

Unified Diff: ash/test/user_metrics_recorder_test_api.h

Issue 1867223004: Convert //ash 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: ash/test/user_metrics_recorder_test_api.h
diff --git a/ash/test/user_metrics_recorder_test_api.h b/ash/test/user_metrics_recorder_test_api.h
index e52ef0b5acd3fe5662476ca0b5318e7aa3885821..2358695c843ab0381ec5a021161a33ee33c829e6 100644
--- a/ash/test/user_metrics_recorder_test_api.h
+++ b/ash/test/user_metrics_recorder_test_api.h
@@ -5,9 +5,10 @@
#ifndef ASH_TEST_USER_METRICS_RECORDER_TEST_API_H_
#define ASH_TEST_USER_METRICS_RECORDER_TEST_API_H_
+#include <memory>
oshima 2016/04/08 07:09:42 remove this?
+
#include "ash/metrics/user_metrics_recorder.h"
#include "base/macros.h"
-#include "base/memory/scoped_ptr.h"
namespace ash {
namespace test {

Powered by Google App Engine
This is Rietveld 408576698