summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/video_stub.h
diff options
context:
space:
mode:
authorerikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 15:55:03 +0000
committererikwright@chromium.org <erikwright@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-29 15:55:03 +0000
commite057e4b5f5d717df2d09005ad3b19e6d196ee26c (patch)
tree518963dea6cec542481ca00972152977ba579418 /remoting/protocol/video_stub.h
parent2facf24a7bcf9ae6aaa59306f346dcef123bfece (diff)
downloadchromium_src-e057e4b5f5d717df2d09005ad3b19e6d196ee26c.zip
chromium_src-e057e4b5f5d717df2d09005ad3b19e6d196ee26c.tar.gz
chromium_src-e057e4b5f5d717df2d09005ad3b19e6d196ee26c.tar.bz2
Use callback_forward.h instead of callback.h where possible.
callback_forward.h will be committed separately, before this commit, and is included here only to assist in running try jobs. It will be removed before the final commit. You are asked to review this as you have OWNERS for these files. BUG=None TEST=Compiles R=ajwong@chromium.org Review URL: http://codereview.chromium.org/8697005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111947 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol/video_stub.h')
-rw-r--r--remoting/protocol/video_stub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/protocol/video_stub.h b/remoting/protocol/video_stub.h
index 16e4677..064ce1f 100644
--- a/remoting/protocol/video_stub.h
+++ b/remoting/protocol/video_stub.h
@@ -1,11 +1,11 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
#ifndef REMOTING_PROTOCOL_VIDEO_STUB_H_
#define REMOTING_PROTOCOL_VIDEO_STUB_H_
-#include "base/callback.h"
+#include "base/callback_forward.h"
namespace remoting {