From c62dd9d42bd87964a131adc688d0c70f63cc4cac Mon Sep 17 00:00:00 2001 From: "ajwong@chromium.org" Date: Wed, 21 Sep 2011 18:05:41 +0000 Subject: Delete Tracked, and move Location to its own file. The Birth/Death tracking of tasks has been moved out-of-band into MessageLoop's PendingTask structure. Thus, Task no longer needs to inherit from Tracked. Since Task was the only child of Tracked, delete the Tracked class and move Location to its own file. BUG=none TEST=builds Review URL: http://codereview.chromium.org/7879006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102132 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/external_tab_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome_frame/external_tab_test.cc') diff --git a/chrome_frame/external_tab_test.cc b/chrome_frame/external_tab_test.cc index 63834a0..9a30508 100644 --- a/chrome_frame/external_tab_test.cc +++ b/chrome_frame/external_tab_test.cc @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome_frame/external_tab.h" +#include "base/location.h" #include "base/task.h" #include "base/threading/thread.h" -#include "base/tracked.h" +#include "chrome_frame/external_tab.h" // #include "base/synchronization/waitable_event.h" -- cgit v1.1