Index: ui/base/cocoa/hover_button.mm |
diff --git a/chrome/browser/ui/cocoa/hover_button.mm b/ui/base/cocoa/hover_button.mm |
similarity index 98% |
rename from chrome/browser/ui/cocoa/hover_button.mm |
rename to ui/base/cocoa/hover_button.mm |
index 2d6686b206564f999bd931cfdbf64239871e633d..fc9297f9e59435552e25181182a0a7a13e9acc80 100644 |
--- a/chrome/browser/ui/cocoa/hover_button.mm |
+++ b/ui/base/cocoa/hover_button.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/hover_button.h" |
+#import "ui/base/cocoa/hover_button.h" |
@implementation HoverButton |