summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/location_bar/instant_opt_in_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/location_bar/instant_opt_in_view.h')
-rw-r--r--chrome/browser/cocoa/location_bar/instant_opt_in_view.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/chrome/browser/cocoa/location_bar/instant_opt_in_view.h b/chrome/browser/cocoa/location_bar/instant_opt_in_view.h
deleted file mode 100644
index 9e8c722..0000000
--- a/chrome/browser/cocoa/location_bar/instant_opt_in_view.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// 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.
-
-#ifndef CHROME_BROWSER_COCOA_LOCATION_BAR_INSTANT_OPT_IN_VIEW_H_
-#define CHROME_BROWSER_COCOA_LOCATION_BAR_INSTANT_OPT_IN_VIEW_H_
-#pragma once
-
-#import <Cocoa/Cocoa.h>
-
-// The instant opt in view that is embedded in the omnibox. Draws rounded
-// bottom corners and a horizontal gray line at the top.
-@interface InstantOptInView : NSView
-@end
-
-#endif // CHROME_BROWSER_COCOA_LOCATION_BAR_INSTANT_OPT_IN_VIEW_H_