| Index: base/debug/profiler.cc
|
| diff --git a/base/debug/profiler.cc b/base/debug/profiler.cc
|
| index be442cf1fd66fc981ebd352bc6601c7b1a7a4fa0..dc86b122d4b5979285cc6446feb70fd90f816b47 100644
|
| --- a/base/debug/profiler.cc
|
| +++ b/base/debug/profiler.cc
|
| @@ -11,7 +11,7 @@
|
| #include "base/stringprintf.h"
|
|
|
| #if defined(ENABLE_PROFILING) && !defined(NO_TCMALLOC)
|
| -#include "third_party/tcmalloc/chromium/src/google/profiler.h"
|
| +#include "third_party/tcmalloc/chromium/src/gperftools/profiler.h"
|
| #endif
|
|
|
| namespace base {
|
|
|