Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: chrome/browser/ui/cocoa/hover_close_button.h

Issue 12937008: Move HoverButton and HoverImageButton from chrome/browser/ui/cocoa/ to ui/base/cocoa. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/cocoa/hover_button.mm ('k') | chrome/browser/ui/cocoa/hover_image_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/hover_close_button.h
diff --git a/chrome/browser/ui/cocoa/hover_close_button.h b/chrome/browser/ui/cocoa/hover_close_button.h
index 12ef933ad0cdbc549c5bcedcd158dcac8b30f7f6..0a56159c31c600b8faf39efd7b743129b1dbd2f8 100644
--- a/chrome/browser/ui/cocoa/hover_close_button.h
+++ b/chrome/browser/ui/cocoa/hover_close_button.h
@@ -2,8 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/cocoa/hover_button.h"
+#ifndef CHROME_BROWSER_UI_COCOA_HOVER_CLOSE_BUTTON_H_
+#define CHROME_BROWSER_UI_COCOA_HOVER_CLOSE_BUTTON_H_
+#import <Cocoa/Cocoa.h>
+
+#import "ui/base/cocoa/hover_button.h"
@class GTMKeyValueAnimation;
@@ -21,3 +25,5 @@
// look.
@interface WebUIHoverCloseButton : HoverCloseButton
@end
+
+#endif // CHROME_BROWSER_UI_COCOA_HOVER_CLOSE_BUTTON_H_
« no previous file with comments | « chrome/browser/ui/cocoa/hover_button.mm ('k') | chrome/browser/ui/cocoa/hover_image_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698