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; |