Index: chrome/installer/util/delete_after_reboot_helper_unittest.cc |
diff --git a/chrome/installer/util/delete_after_reboot_helper_unittest.cc b/chrome/installer/util/delete_after_reboot_helper_unittest.cc |
index 7dea3859c619dc213f232e0c18b6b878a554f10a..37d58e97c42b3398216de03b60de64abdc6b783c 100644 |
--- a/chrome/installer/util/delete_after_reboot_helper_unittest.cc |
+++ b/chrome/installer/util/delete_after_reboot_helper_unittest.cc |
@@ -2,16 +2,18 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "chrome/installer/util/delete_after_reboot_helper.h" |
+ |
#include <windows.h> |
#include <shlobj.h> |
#include <stddef.h> |
+#include <memory> |
+ |
#include "base/files/file_util.h" |
#include "base/macros.h" |
-#include "base/memory/scoped_ptr.h" |
#include "base/strings/string_util.h" |
#include "base/win/registry.h" |
-#include "chrome/installer/util/delete_after_reboot_helper.h" |
#include "testing/gtest/include/gtest/gtest.h" |
namespace { |