Index: chrome/browser/ui/cocoa/animatable_view.mm |
diff --git a/chrome/browser/ui/cocoa/animatable_view.mm b/chrome/browser/ui/cocoa/animatable_view.mm |
index 74dc4b194cb6332151a74e4f7b8bfb35c5b1dbbb..cb00e047fb2b493f8e054e8f88db3117497f834b 100644 |
--- a/chrome/browser/ui/cocoa/animatable_view.mm |
+++ b/chrome/browser/ui/cocoa/animatable_view.mm |
@@ -6,7 +6,7 @@ |
#import <QuartzCore/QuartzCore.h> |
#import "chrome/browser/ui/cocoa/animatable_view.h" |
-#import "third_party/GTM/AppKit/GTMNSAnimation+Duration.h" |
+#import "third_party/google_toolbox_for_mac/src/AppKit/GTMNSAnimation+Duration.h" |
// NSAnimation subclass that animates the height of an AnimatableView. Allows |
// the caller to start and cancel the animation as desired. |