From 464883218eccabb97b52f7bcc6a459709b69f87e Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Tue, 30 Oct 2012 03:22:20 +0000 Subject: Move remaining files in content\browser to the content namespace. Review URL: https://codereview.chromium.org/11340029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164828 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/profiler_controller_impl.cc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'content/browser/profiler_controller_impl.cc') diff --git a/content/browser/profiler_controller_impl.cc b/content/browser/profiler_controller_impl.cc index a850cfd..fcf61ea 100644 --- a/content/browser/profiler_controller_impl.cc +++ b/content/browser/profiler_controller_impl.cc @@ -13,12 +13,9 @@ #include "content/public/browser/profiler_subscriber.h" #include "content/public/browser/render_process_host.h" -using content::BrowserChildProcessHostIterator; -using content::BrowserThread; - namespace content { -content::ProfilerController* content::ProfilerController::GetInstance() { +ProfilerController* ProfilerController::GetInstance() { return ProfilerControllerImpl::GetInstance(); } @@ -43,7 +40,7 @@ void ProfilerControllerImpl::OnPendingProcesses(int sequence_number, void ProfilerControllerImpl::OnProfilerDataCollected( int sequence_number, const tracked_objects::ProcessDataSnapshot& profiler_data, - content::ProcessType process_type) { + ProcessType process_type) { if (!BrowserThread::CurrentlyOn(BrowserThread::UI)) { BrowserThread::PostTask( BrowserThread::UI, FROM_HERE, -- cgit v1.1