diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 19:07:34 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-05 19:07:34 +0000 |
commit | 3075a7fdc642d705bec27b857d284b5b12c6dff0 (patch) | |
tree | decd2068a70a330e44dae9b7a5f4e26f73ea33cc /chrome/browser/cocoa/blocked_popup_container_controller.mm | |
parent | a3416f9ba02ce9ca1e52b033fafabeffab50dceb (diff) | |
download | chromium_src-3075a7fdc642d705bec27b857d284b5b12c6dff0.zip chromium_src-3075a7fdc642d705bec27b857d284b5b12c6dff0.tar.gz chromium_src-3075a7fdc642d705bec27b857d284b5b12c6dff0.tar.bz2 |
Move nsimage_cache into base so that it can be accessed from outside of chrome.
This is in support of the next round of rebundling.
TEST=does it still build, do the unit tests still pass, does it still work?
BUG=14610
Review URL: http://codereview.chromium.org/243100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/cocoa/blocked_popup_container_controller.mm')
-rw-r--r-- | chrome/browser/cocoa/blocked_popup_container_controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/cocoa/blocked_popup_container_controller.mm b/chrome/browser/cocoa/blocked_popup_container_controller.mm index f84bb3a..9151750 100644 --- a/chrome/browser/cocoa/blocked_popup_container_controller.mm +++ b/chrome/browser/cocoa/blocked_popup_container_controller.mm @@ -5,9 +5,9 @@ #import "chrome/browser/cocoa/blocked_popup_container_controller.h" #include "app/l10n_util_mac.h" +#include "base/nsimage_cache_mac.h" #include "base/sys_string_conversions.h" #import "chrome/browser/cocoa/bubble_view.h" -#include "chrome/browser/cocoa/nsimage_cache.h" #include "chrome/browser/tab_contents/tab_contents.h" #include "chrome/browser/tab_contents/tab_contents_view.h" #include "grit/generated_resources.h" |