commit | d0fc6aa9a949b8093d5e836e3d6443e869495c6a | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Fri Apr 22 18:03:12 2016 |
committer | Commit bot <[email protected]> | Fri Apr 22 18:04:31 2016 |
tree | cfbf66b2abbd80628cc95e50f68af0d95d29a784 | |
parent | 04d1750c6721a424ae45e7e28f71dba69f1789db [diff] [blame] |
Convert //components/update_client from scoped_ptr to std::unique_ptr BUG=554298 [email protected] Review URL: https://codereview.chromium.org/1911083002 Cr-Commit-Position: refs/heads/master@{#389160}
diff --git a/components/update_client/component_patcher_unittest.h b/components/update_client/component_patcher_unittest.h index 8b3a797..a3b70f2 100644 --- a/components/update_client/component_patcher_unittest.h +++ b/components/update_client/component_patcher_unittest.h
@@ -5,9 +5,10 @@ #ifndef COMPONENTS_UPDATE_CLIENT_COMPONENT_PATCHER_UNITTEST_H_ #define COMPONENTS_UPDATE_CLIENT_COMPONENT_PATCHER_UNITTEST_H_ +#include <memory> + #include "base/files/file_path.h" #include "base/files/scoped_temp_dir.h" -#include "base/memory/scoped_ptr.h" #include "base/message_loop/message_loop.h" #include "courgette/courgette.h" #include "courgette/third_party/bsdiff.h"