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

Unified Diff: components/ssl_errors/error_classification_unittest.cc

Issue 1918083002: Convert //components/[f-n]* 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: components/ssl_errors/error_classification_unittest.cc
diff --git a/components/ssl_errors/error_classification_unittest.cc b/components/ssl_errors/error_classification_unittest.cc
index 770da986d349fe9d5ce3a0f927033a75d9d10c8f..13af9ff8df183bc2a657473b04c0ee4def9366a5 100644
--- a/components/ssl_errors/error_classification_unittest.cc
+++ b/components/ssl_errors/error_classification_unittest.cc
@@ -5,6 +5,7 @@
#include "components/ssl_errors/error_classification.h"
#include "base/files/file_path.h"
+#include "base/memory/scoped_ptr.h"
dcheng 2016/04/26 00:11:42 Meh. This might conflict a bit with the o-t CL. We
danakj 2016/04/26 01:36:51 Rebase on top of it (and git branch -u it) and rie
#include "base/strings/string_split.h"
#include "base/time/default_clock.h"
#include "base/time/default_tick_clock.h"

Powered by Google App Engine
This is Rietveld 408576698