diff options
author | thestig@google.com <thestig@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 21:13:16 +0000 |
---|---|---|
committer | thestig@google.com <thestig@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-03 21:13:16 +0000 |
commit | 393fb93afa9f860680d6a6078b75699d651e777d (patch) | |
tree | a71bb09c586432ee74c7e5cc8a8d0cd5a86945cf /chrome/browser/browser_theme_provider_gtk.cc | |
parent | f5b50b81cdf4a883c1eba35394b7b2191179d246 (diff) | |
download | chromium_src-393fb93afa9f860680d6a6078b75699d651e777d.zip chromium_src-393fb93afa9f860680d6a6078b75699d651e777d.tar.gz chromium_src-393fb93afa9f860680d6a6078b75699d651e777d.tar.bz2 |
Merge app/gfx/gtk_util into base/gfx/gtk_util.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/118174
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@17535 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_theme_provider_gtk.cc')
-rw-r--r-- | chrome/browser/browser_theme_provider_gtk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_theme_provider_gtk.cc b/chrome/browser/browser_theme_provider_gtk.cc index 0908d78..84ad293 100644 --- a/chrome/browser/browser_theme_provider_gtk.cc +++ b/chrome/browser/browser_theme_provider_gtk.cc @@ -4,7 +4,7 @@ #include "chrome/browser/browser_theme_provider.h" -#include "app/gfx/gtk_util.h" +#include "base/gfx/gtk_util.h" #include "base/logging.h" GdkPixbuf* BrowserThemeProvider::GetPixbufNamed(int id) { |