Index: ios/chrome/browser/ui/open_in_toolbar.h |
diff --git a/ios/chrome/browser/ui/open_in_toolbar.h b/ios/chrome/browser/ui/open_in_toolbar.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..12f3c0044b321324953114ded2bbd95c5969e09f |
--- /dev/null |
+++ b/ios/chrome/browser/ui/open_in_toolbar.h |
@@ -0,0 +1,16 @@ |
+// Copyright 2014 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 IOS_CHROME_BROWSER_UI_OPEN_IN_TOOLBAR_H_ |
+#define IOS_CHROME_BROWSER_UI_OPEN_IN_TOOLBAR_H_ |
+ |
+#import <UIKit/UIKit.h> |
+ |
+@interface OpenInToolbar : UIView |
+ |
+- (instancetype)initWithTarget:(id)target action:(SEL)action; |
+ |
+@end |
+ |
+#endif // IOS_CHROME_BROWSER_UI_OPEN_IN_TOOLBAR_H_ |