Index: chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm |
diff --git a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm |
index d6986c097da6fc30923c58b254a68998b40ddf31..051bb49bd877e038a03ce4f4fb4c5ff760e000bd 100644 |
--- a/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm |
+++ b/chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm |
@@ -22,9 +22,9 @@ |
#include "chrome/browser/ui/fullscreen/fullscreen_exit_bubble_type.h" |
#include "grit/generated_resources.h" |
#include "grit/ui_strings.h" |
-#import "third_party/GTM/AppKit/GTMNSAnimation+Duration.h" |
-#include "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h" |
-#import "third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h" |
+#import "third_party/google_toolbox_for_mac/src/AppKit/GTMNSAnimation+Duration.h" |
+#include "third_party/google_toolbox_for_mac/src/AppKit/GTMUILocalizerAndLayoutTweaker.h" |
+#import "third_party/google_toolbox_for_mac/src/AppKit/GTMUILocalizerAndLayoutTweaker.h" |
#include "ui/base/accelerators/platform_accelerator_cocoa.h" |
#include "ui/base/l10n/l10n_util.h" |
#include "ui/base/l10n/l10n_util_mac.h" |