summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/cocoa/animatable_view.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/cocoa/animatable_view.mm')
-rw-r--r--chrome/browser/ui/cocoa/animatable_view.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/cocoa/animatable_view.mm b/chrome/browser/ui/cocoa/animatable_view.mm
index 74dc4b1..cb00e04 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.