summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 07:08:05 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-21 07:08:05 +0000
commit2e5912800b9d4ba8472085e200322abb43fa3339 (patch)
tree10dcf4cb0d4f1f1702b99f2ce889698f06131fd5 /tools
parente5e0a6cb26d4b61ab249449e0ff6b9ad3520e2b0 (diff)
downloadchromium_src-2e5912800b9d4ba8472085e200322abb43fa3339.zip
chromium_src-2e5912800b9d4ba8472085e200322abb43fa3339.tar.gz
chromium_src-2e5912800b9d4ba8472085e200322abb43fa3339.tar.bz2
Fix typo in build fix.
TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/6346011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72112 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/memory_watcher/call_stack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/memory_watcher/call_stack.cc b/tools/memory_watcher/call_stack.cc
index 957ff69..81a453a 100644
--- a/tools/memory_watcher/call_stack.cc
+++ b/tools/memory_watcher/call_stack.cc
@@ -35,7 +35,7 @@ typedef BOOL (__stdcall *t_SymGetModuleInfo64)(HANDLE, DWORD64,
PIMAGEHLP_MODULE64);
// static
-base:Lock CallStack::dbghelp_lock_;
+base::Lock CallStack::dbghelp_lock_;
// static
bool CallStack::dbghelp_loaded_ = false;
// static