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

Unified Diff: third_party/tcmalloc/chromium/src/config.h

Issue 449016: Point #include lines to the new tcmalloc/chromium local branch.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: add back webkit\DEPS after fresh restart Created 11 years, 1 month 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 | « chrome/renderer/render_thread.cc ('k') | webkit/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tcmalloc/chromium/src/config.h
===================================================================
--- third_party/tcmalloc/chromium/src/config.h (revision 33348)
+++ third_party/tcmalloc/chromium/src/config.h (working copy)
@@ -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_
« no previous file with comments | « chrome/renderer/render_thread.cc ('k') | webkit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698