From 2041cf34db4b3b9e43f9c63a57975798c0677ad7 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Fri, 19 Feb 2010 03:15:59 +0000 Subject: Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. Added and removed includes as needed. BUG=35223 TEST=trybots Review URL: http://codereview.chromium.org/646061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39419 0039d316-1c4b-4281-b951-d872f2087c98 --- media/base/callback.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'media/base/callback.h') diff --git a/media/base/callback.h b/media/base/callback.h index 063bd2b..0d47e93 100644 --- a/media/base/callback.h +++ b/media/base/callback.h @@ -1,6 +1,6 @@ -// Copyright (c) 2009 The Chromium Authors. All rights reserved. Use of this -// source code is governed by a BSD-style license that can be found in the -// LICENSE file. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. // Some basic utilities for aiding in the management of Tasks and Callbacks. // @@ -21,6 +21,7 @@ #include +#include "base/callback.h" #include "base/scoped_ptr.h" #include "base/task.h" -- cgit v1.1