michael@0: // Copyright (c) 2011 The Chromium Authors. All rights reserved. michael@0: // Use of this source code is governed by a BSD-style license that can be michael@0: // found in the LICENSE file. michael@0: michael@0: #ifndef BASE_CALLBACK_FORWARD_H_ michael@0: #define BASE_CALLBACK_FORWARD_H_ michael@0: michael@0: namespace base { michael@0: michael@0: template michael@0: class Callback; michael@0: michael@0: typedef Callback Closure; michael@0: michael@0: } // namespace base michael@0: michael@0: #endif // BASE_CALLBACK_FORWARD_H