Commit eaebfb4f authored by Yuki Shiino's avatar Yuki Shiino Committed by Commit Bot

base/allocator: Remove an unused header

base/allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.h
is unused.  Removes it.

Change-Id: I26e88508c972b3912849269845ca873e838d3425
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2428289Reviewed-by: default avatarKentaro Hara <haraken@chromium.org>
Reviewed-by: default avatarBenoit L <lizeb@chromium.org>
Commit-Queue: Yuki Shiino <yukishiino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#810352}
parent cea540a3
...@@ -1342,7 +1342,6 @@ component("base") { ...@@ -1342,7 +1342,6 @@ component("base") {
if (is_apple) { if (is_apple) {
sources += [ sources += [
"allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.cc", "allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.cc",
"allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.h",
] ]
} }
if (is_chromeos || is_linux) { if (is_chromeos || is_linux) {
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "base/allocator/allocator_shim_default_dispatch_to_mac_zoned_malloc.h"
#include <utility> #include <utility>
#include "base/allocator/allocator_interception_mac.h" #include "base/allocator/allocator_interception_mac.h"
......
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_ALLOCATOR_ALLOCATOR_SHIM_DEFAULT_DISPATCH_TO_ZONED_MALLOC_H_
#define BASE_ALLOCATOR_ALLOCATOR_SHIM_DEFAULT_DISPATCH_TO_ZONED_MALLOC_H_
namespace base {
namespace allocator {
} // namespace allocator
} // namespace base
#endif // BASE_ALLOCATOR_ALLOCATOR_SHIM_DEFAULT_DISPATCH_TO_ZONED_MALLOC_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment