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/infobar_gradient_view.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/infobar_gradient_view.mm')
-rw-r--r-- | chrome/browser/cocoa/infobar_gradient_view.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/infobar_gradient_view.mm b/chrome/browser/cocoa/infobar_gradient_view.mm index a5422c5..cba6574 100644 --- a/chrome/browser/cocoa/infobar_gradient_view.mm +++ b/chrome/browser/cocoa/infobar_gradient_view.mm @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "chrome/browser/cocoa/infobar_gradient_view.h" -#import "third_party/GTM/AppKit/GTMTheme.h" +#import "chrome/browser/cocoa/GTMTheme.h" const double kBackgroundColorTop[3] = {255.0 / 255.0, 242.0 / 255.0, 183.0 / 255.0}; |