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

Unified Diff: ui/base/cocoa/controls/hyperlink_button_cell.mm

Issue 18355002: Move HyperlinkButtonCell to /ui/base/cocoa/controls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: helpful comment Created 7 years, 6 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
Index: ui/base/cocoa/controls/hyperlink_button_cell.mm
diff --git a/chrome/browser/ui/cocoa/hyperlink_button_cell.mm b/ui/base/cocoa/controls/hyperlink_button_cell.mm
similarity index 98%
rename from chrome/browser/ui/cocoa/hyperlink_button_cell.mm
rename to ui/base/cocoa/controls/hyperlink_button_cell.mm
index 49f316c8847c49da8d350e9beea9f6232577e422..792a411a3d028c2bf9031f2c34c5ca6a9e5012d5 100644
--- a/chrome/browser/ui/cocoa/hyperlink_button_cell.mm
+++ b/ui/base/cocoa/controls/hyperlink_button_cell.mm
@@ -2,7 +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/hyperlink_button_cell.h"
+#import "ui/base/cocoa/controls/hyperlink_button_cell.h"
@interface HyperlinkButtonCell ()
- (void)customizeButtonCell;
« no previous file with comments | « ui/base/cocoa/controls/hyperlink_button_cell.h ('k') | ui/base/cocoa/controls/hyperlink_button_cell_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698