Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1456)

Unified Diff: chrome/browser/autocomplete/autocomplete_popup_view_mac.mm

Issue 243100: Move nsimage_cache into base so that it can be accessed from outside of chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/nsimage_cache_mac.mm ('k') | chrome/browser/cocoa/blocked_popup_container_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/autocomplete_popup_view_mac.mm
===================================================================
--- chrome/browser/autocomplete/autocomplete_popup_view_mac.mm (revision 28009)
+++ chrome/browser/autocomplete/autocomplete_popup_view_mac.mm (working copy)
@@ -5,6 +5,7 @@
#include "chrome/browser/autocomplete/autocomplete_popup_view_mac.h"
#include "app/gfx/text_elider.h"
+#include "base/nsimage_cache_mac.h"
#include "base/sys_string_conversions.h"
#include "base/gfx/rect.h"
#include "chrome/browser/autocomplete/autocomplete_edit.h"
@@ -12,7 +13,6 @@
#include "chrome/browser/autocomplete/autocomplete_popup_model.h"
#include "chrome/browser/bubble_positioner.h"
#include "chrome/browser/cocoa/event_utils.h"
-#include "chrome/browser/cocoa/nsimage_cache.h"
namespace {
« no previous file with comments | « base/nsimage_cache_mac.mm ('k') | chrome/browser/cocoa/blocked_popup_container_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698