summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc
diff options
context:
space:
mode:
authorsgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 13:48:04 +0000
committersgk@chromium.org <sgk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-01 13:48:04 +0000
commit1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea (patch)
treeb657cd0802983a80e07298ec930822b87711c711 /third_party/tcmalloc
parentfbe44334084bbf58447b9c3e78e4dee9039c44ce (diff)
downloadchromium_src-1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea.zip
chromium_src-1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea.tar.gz
chromium_src-1b1f3ebbe0b517478d7647cb26721eb0b2d5c8ea.tar.bz2
Point #include lines to files in the new tcmalloc/chromium local branch.
Add +third_party\tcmalloc to webkit\DEPS. BUG=27911 TEST=none Review URL: http://codereview.chromium.org/449016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc')
-rw-r--r--third_party/tcmalloc/chromium/src/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/tcmalloc/chromium/src/config.h b/third_party/tcmalloc/chromium/src/config.h
index 6155a86..812c67c 100644
--- a/third_party/tcmalloc/chromium/src/config.h
+++ b/third_party/tcmalloc/chromium/src/config.h
@@ -12,9 +12,9 @@
#define TC_VERSION_STRING "google-perftools 1.4"
#if defined(OS_WIN)
-#include "third_party/tcmalloc/config_win.h"
+#include "third_party/tcmalloc/chromium/src/config_win.h"
#elif defined(OS_LINUX)
-#include "third_party/tcmalloc/config_linux.h"
+#include "third_party/tcmalloc/chromium/src/config_linux.h"
#endif
#endif // CONFIG_H_