diff options
author | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 19:52:32 +0000 |
---|---|---|
committer | thomasvl@chromium.org <thomasvl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-12 19:52:32 +0000 |
commit | e8c7a833772c375257edf5b4710ca801ecfa9a84 (patch) | |
tree | a1abb33dab594ccbeeb7a15cc150662cd2beeca8 /chrome/browser/cocoa/tab_controller.mm | |
parent | f00b882516bb2e063d9669874a76d950bcad7c94 (diff) | |
download | chromium_src-e8c7a833772c375257edf5b4710ca801ecfa9a84.zip chromium_src-e8c7a833772c375257edf5b4710ca801ecfa9a84.tar.gz chromium_src-e8c7a833772c375257edf5b4710ca801ecfa9a84.tar.bz2 |
[Mac] GTMTheme is going to die!
- DEPS roll to pick up new GTM without GTMTheme
- GTMTheme within chrome until someone gets the cycles to completely remove it and use the core chrome theme objects
- Update all the includes of GTMTheme for the new copy.
BUG=35554
TEST=everything still builds/works
Review URL: http://codereview.chromium.org/596095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/tab_controller.mm')
-rw-r--r-- | chrome/browser/cocoa/tab_controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/tab_controller.mm b/chrome/browser/cocoa/tab_controller.mm index c9469e0..47360f0 100644 --- a/chrome/browser/cocoa/tab_controller.mm +++ b/chrome/browser/cocoa/tab_controller.mm @@ -4,12 +4,12 @@ #include "app/l10n_util_mac.h" #include "base/mac_util.h" +#import "chrome/browser/cocoa/GTMTheme.h" #import "chrome/browser/cocoa/menu_controller.h" #import "chrome/browser/cocoa/tab_controller.h" #import "chrome/browser/cocoa/tab_controller_target.h" #import "chrome/browser/cocoa/tab_view.h" #include "grit/generated_resources.h" -#import "third_party/GTM/AppKit/GTMTheme.h" @implementation TabController |