aw: Move SharedRendererState out of AwContents
[chromium-blink-merge.git] / base / allocator / debugallocation_shim.cc
blobd1cf52a23ea9f181fa92d3880837b8e2fd1c784f
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #if defined(TCMALLOC_FOR_DEBUGALLOCATION)
6 #include "third_party/tcmalloc/chromium/src/debugallocation.cc"
7 #else
8 #include "third_party/tcmalloc/chromium/src/tcmalloc.cc"
9 #endif