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

Unified Diff: chrome/browser/automation/automation_provider.h

Issue 9694028: Add a Content API around TracingController. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix linux Created 8 years, 9 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
Index: chrome/browser/automation/automation_provider.h
===================================================================
--- chrome/browser/automation/automation_provider.h (revision 126271)
+++ chrome/browser/automation/automation_provider.h (working copy)
@@ -28,9 +28,9 @@
#include "chrome/browser/cancelable_request.h"
#include "chrome/common/automation_constants.h"
#include "chrome/common/content_settings.h"
-#include "content/browser/trace_controller.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/notification_observer.h"
+#include "content/public/browser/trace_subscriber.h"
#include "ipc/ipc_channel.h"
#if defined(OS_WIN) && !defined(USE_AURA)
@@ -86,7 +86,7 @@
public base::SupportsWeakPtr<AutomationProvider>,
public base::RefCountedThreadSafe<
AutomationProvider, content::BrowserThread::DeleteOnUIThread>,
- public TraceSubscriber {
+ public content::TraceSubscriber {
public:
explicit AutomationProvider(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698