| Index: chrome/renderer/chrome_render_process_observer.cc
|
| diff --git a/chrome/renderer/chrome_render_process_observer.cc b/chrome/renderer/chrome_render_process_observer.cc
|
| index ed58e72b50d51e022889f08a343d1b6f32c7aacf..9c95fe7265fe3f8c9b1986bb10e43a017d9f80d4 100644
|
| --- a/chrome/renderer/chrome_render_process_observer.cc
|
| +++ b/chrome/renderer/chrome_render_process_observer.cc
|
| @@ -33,8 +33,8 @@
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_module.h"
|
| #include "third_party/sqlite/sqlite3.h"
|
| -#include "third_party/tcmalloc/chromium/src/google/heap-profiler.h"
|
| -#include "third_party/tcmalloc/chromium/src/google/malloc_extension.h"
|
| +#include "third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h"
|
| +#include "third_party/tcmalloc/chromium/src/gperftools/malloc_extension.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCache.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebCrossOriginPreflightResultCache.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebDocument.h"
|
|
|