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

Unified Diff: components/policy/core/common/preg_parser_win.h

Issue 1902633006: Convert //components/policy from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments and use namespace alias 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/policy/core/common/preg_parser_win.h
diff --git a/components/policy/core/common/preg_parser_win.h b/components/policy/core/common/preg_parser_win.h
index 861fc7561dae3aca995957bb9d717e9e3a144845..7e0ee48b34c0ac7443a2e817c19db636762e475e 100644
--- a/components/policy/core/common/preg_parser_win.h
+++ b/components/policy/core/common/preg_parser_win.h
@@ -10,9 +10,9 @@
#ifndef COMPONENTS_POLICY_CORE_COMMON_PREG_PARSER_WIN_H_
#define COMPONENTS_POLICY_CORE_COMMON_PREG_PARSER_WIN_H_
+#include <memory>
#include <vector>
-#include "base/memory/scoped_ptr.h"
#include "base/strings/string16.h"
#include "components/policy/policy_export.h"

Powered by Google App Engine
This is Rietveld 408576698