diff options
Diffstat (limited to 'tools/memory_watcher/memory_watcher.h')
-rw-r--r-- | tools/memory_watcher/memory_watcher.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/memory_watcher/memory_watcher.h b/tools/memory_watcher/memory_watcher.h index 9609ce2..8cee2b80 100644 --- a/tools/memory_watcher/memory_watcher.h +++ b/tools/memory_watcher/memory_watcher.h @@ -8,11 +8,12 @@ // and track call stacks for any allocations that are made. It can // then be used to see what memory is in use. -#ifndef MEMORY_WATCHER_MEMORY_WATCHER_ -#define MEMORY_WATCHER_MEMORY_WATCHER_ +#ifndef TOOLS_MEMORY_WATCHER_MEMORY_WATCHER_ +#define TOOLS_MEMORY_WATCHER_MEMORY_WATCHER_ #include <map> #include <functional> + #include "base/lock.h" #include "tools/memory_watcher/memory_hook.h" @@ -91,4 +92,4 @@ class MemoryWatcher : MemoryObserver { -#endif // MEMORY_WATCHER_ +#endif // TOOLS_MEMORY_WATCHER_MEMORY_WATCHER_ |