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

Unified Diff: tools/memory_watcher/call_stack.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 | « net/websockets/websocket_handshake.cc ('k') | tools/memory_watcher/call_stack.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/memory_watcher/call_stack.h
===================================================================
--- tools/memory_watcher/call_stack.h (revision 54340)
+++ tools/memory_watcher/call_stack.h (working copy)
@@ -8,8 +8,8 @@
// http://www.codeproject.com/KB/threads/StackWalker.aspx
// by Jochen Kalmbach
-#ifndef MEMORY_WATCHER_CALL_STACK_H_
-#define MEMORY_WATCHER_CALL_STACK_H_
+#ifndef TOOLS_MEMORY_WATCHER_CALL_STACK_H_
+#define TOOLS_MEMORY_WATCHER_CALL_STACK_H_
#include <windows.h>
#include <dbghelp.h>
@@ -17,9 +17,9 @@
#include <map>
#include <string>
-#include "memory_watcher.h"
#include "base/lock.h"
#include "base/logging.h"
+#include "tools/memory_watcher/memory_watcher.h"
// The CallStack Class
// A stack where memory has been allocated.
@@ -165,4 +165,4 @@
DISALLOW_COPY_AND_ASSIGN(AllocationStack);
};
-#endif // MEMORY_WATCHER_CALL_STACK_H_
+#endif // TOOLS_MEMORY_WATCHER_CALL_STACK_H_
« no previous file with comments | « net/websockets/websocket_handshake.cc ('k') | tools/memory_watcher/call_stack.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698