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

Unified Diff: ui/base/cocoa/hover_image_button.mm

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 | « ui/base/cocoa/hover_image_button.h ('k') | ui/base/cocoa/hover_image_button_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cocoa/hover_image_button.mm
diff --git a/chrome/browser/ui/cocoa/hover_image_button.mm b/ui/base/cocoa/hover_image_button.mm
similarity index 86%
rename from chrome/browser/ui/cocoa/hover_image_button.mm
rename to ui/base/cocoa/hover_image_button.mm
index 95352d35436ea1637f2588714f18eb45e2059446..9d0807cbd85b1a3532444fe836643587bb684bf1 100644
--- a/chrome/browser/ui/cocoa/hover_image_button.mm
+++ b/ui/base/cocoa/hover_image_button.mm
@@ -2,11 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#import "chrome/browser/ui/cocoa/hover_image_button.h"
-
-#include "base/memory/scoped_nsobject.h"
-#include "grit/generated_resources.h"
-#include "ui/base/l10n/l10n_util.h"
+#import "ui/base/cocoa/hover_image_button.h"
@implementation HoverImageButton
« no previous file with comments | « ui/base/cocoa/hover_image_button.h ('k') | ui/base/cocoa/hover_image_button_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698