Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: tools/memory_watcher/memory_watcher.h

Issue 3056029: Move the number conversions from string_util to a new file.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/memory_watcher/call_stack.cc ('k') | webkit/appcache/appcache_disk_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_watcher/memory_watcher.h
===================================================================
--- tools/memory_watcher/memory_watcher.h (revision 54340)
+++ tools/memory_watcher/memory_watcher.h (working copy)
@@ -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 @@
-#endif // MEMORY_WATCHER_
+#endif // TOOLS_MEMORY_WATCHER_MEMORY_WATCHER_
« no previous file with comments | « tools/memory_watcher/call_stack.cc ('k') | webkit/appcache/appcache_disk_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698