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

Unified Diff: content/renderer/render_thread_impl.h

Issue 15418002: Record Chrome trace events in tcmalloc heap profiles (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move to ChildThread Created 7 years, 5 months 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 | « content/child/child_thread.cc ('k') | third_party/tcmalloc/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.h
diff --git a/content/renderer/render_thread_impl.h b/content/renderer/render_thread_impl.h
index dfe02901a76253942b9b3614fccb2781fa61ef9d..1d9c128727f6e695b5d8c8cd88d8ff11aa1e799b 100644
--- a/content/renderer/render_thread_impl.h
+++ b/content/renderer/render_thread_impl.h
@@ -30,7 +30,7 @@ namespace WebKit {
class WebGraphicsContext3D;
class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
-}
+} // namespace WebKit
namespace base {
class MessageLoopProxy;
@@ -39,31 +39,35 @@ class Thread;
#if defined(OS_WIN)
namespace win {
class ScopedCOMInitializer;
-}
+} // namespace win
#endif
-}
+} // namespace base
namespace cc {
class ContextProvider;
-}
+} // namespace cc
+
+namespace debug {
+class TraceMemoryController;
piman 2013/07/12 19:15:27 nit: you don't need this any more, though you may
+} // namespace debug
namespace IPC {
class ForwardingMessageFilter;
-}
+} // namespace IPC
namespace media {
class AudioHardwareConfig;
-}
+} // namespace media
namespace v8 {
class Extension;
-}
+} // namespace v8
namespace webkit {
namespace gpu {
class GrContextForWebGraphicsContext3D;
-}
-}
+} // namespace gpu
+} // namespace webkit
namespace content {
« no previous file with comments | « content/child/child_thread.cc ('k') | third_party/tcmalloc/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698