Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ios / chrome / browser / translate / never_translate_infobar_controller.h
blob54ecf8c8ccd33f14d2a901b61860fb923a12d5dd
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef IOS_CHROME_BROWSER_TRANSLATE_NEVER_TRANSLATE_INFOBAR_CONTROLLER_H_
6 #define IOS_CHROME_BROWSER_TRANSLATE_NEVER_TRANSLATE_INFOBAR_CONTROLLER_H_
8 #include "ios/chrome/browser/infobars/infobar_controller.h"
10 @interface NeverTranslateInfoBarController : InfoBarController
12 @end
14 #endif // IOS_CHROME_BROWSER_TRANSLATE_NEVER_TRANSLATE_INFOBAR_CONTROLLER_H_