summaryrefslogtreecommitdiffstats
path: root/chrome/browser/cocoa/background_gradient_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/cocoa/background_gradient_view.h')
-rw-r--r--chrome/browser/cocoa/background_gradient_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/background_gradient_view.h b/chrome/browser/cocoa/background_gradient_view.h
index 547a08d..177967d 100644
--- a/chrome/browser/cocoa/background_gradient_view.h
+++ b/chrome/browser/cocoa/background_gradient_view.h
@@ -6,7 +6,7 @@
#define CHROME_BROWSER_COCOA_BACKGROUND_GRADIENT_VIEW_H_
#import <Cocoa/Cocoa.h>
-#import "third_party/GTM/AppKit/GTMTheme.h"
+#import "chrome/browser/cocoa/GTMTheme.h"
// A custom view that draws a 'standard' background gradient.
// Base class for other Chromium views.