| Index: chrome/browser/cocoa/translate/before_translate_infobar_controller.h
|
| diff --git a/chrome/browser/cocoa/translate/before_translate_infobar_controller.h b/chrome/browser/cocoa/translate/before_translate_infobar_controller.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0ff8cc836adaee5babe1f777cd7d7269eb7bb647
|
| --- /dev/null
|
| +++ b/chrome/browser/cocoa/translate/before_translate_infobar_controller.h
|
| @@ -0,0 +1,11 @@
|
| +// 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.
|
| +
|
| +#import "chrome/browser/cocoa/translate/translate_infobar_base.h"
|
| +
|
| +@interface BeforeTranslateInfobarController : TranslateInfoBarControllerBase {
|
| +
|
| +}
|
| +
|
| +@end
|
|
|