| Index: base/memory_debug.h
|
| ===================================================================
|
| --- base/memory_debug.h (revision 79303)
|
| +++ base/memory_debug.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 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.
|
|
|
| @@ -10,11 +10,12 @@
|
| #define BASE_MEMORY_DEBUG_H_
|
| #pragma once
|
|
|
| +#include "base/base_api.h"
|
| #include "base/basictypes.h"
|
|
|
| namespace base {
|
|
|
| -class MemoryDebug {
|
| +class BASE_API MemoryDebug {
|
| public:
|
| // Since MIU messages are a lot of data, and we don't always want this data,
|
| // we have a global switch. If disabled, *MemoryInUse are no-ops.
|
|
|