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

Unified Diff: trunk/src/mojo/spy/spy.h

Issue 296453021: Revert 272458 "Adding more guts to the mojo spy." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 | « trunk/src/mojo/spy/public/spy.mojom ('k') | trunk/src/mojo/spy/spy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/mojo/spy/spy.h
===================================================================
--- trunk/src/mojo/spy/spy.h (revision 272462)
+++ trunk/src/mojo/spy/spy.h (working copy)
@@ -6,17 +6,15 @@
#define MOJO_SPY_SPY_H_
#include <string>
-#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
namespace base {
-class Thread;
+ class Thread;
}
namespace mojo {
class ServiceManager;
-class SpyServerImpl;
// mojo::Spy is a troubleshooting and debugging aid. It helps tracking
// the mojo system core activities like messages, service creation, etc.
@@ -33,9 +31,8 @@
~Spy();
private:
- scoped_refptr<SpyServerImpl> spy_server_;
- // This thread runs the code that talks to the frontend.
- scoped_ptr<base::Thread> control_thread_;
+ // This thread runs the code that talks to the frontend.
+ scoped_ptr<base::Thread> control_thread_;
};
} // namespace mojo
« no previous file with comments | « trunk/src/mojo/spy/public/spy.mojom ('k') | trunk/src/mojo/spy/spy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698