diff options
Diffstat (limited to 'content/common/sandbox_mac_unittest_helper.mm')
-rw-r--r-- | content/common/sandbox_mac_unittest_helper.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/sandbox_mac_unittest_helper.mm b/content/common/sandbox_mac_unittest_helper.mm index 6b485de..564cc8b 100644 --- a/content/common/sandbox_mac_unittest_helper.mm +++ b/content/common/sandbox_mac_unittest_helper.mm @@ -12,7 +12,7 @@ extern "C" { #include "base/file_path.h" #include "base/logging.h" -#include "base/scoped_ptr.h" +#include "base/memory/scoped_ptr.h" #include "content/common/sandbox_mac.h" #include "testing/multiprocess_func_list.h" |