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

Unified Diff: chrome/browser/themes/browser_theme_pack.cc

Issue 266133002: Remove a few unused typedefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: chrome/browser/themes/browser_theme_pack.cc
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc
index 078c9bd206cc4ab3a7e81e51065be0d25d3f5f3b..d2095992af1f00971e09d53c65610e1376d73c05 100644
--- a/chrome/browser/themes/browser_theme_pack.cc
+++ b/chrome/browser/themes/browser_theme_pack.cc
@@ -1451,7 +1451,6 @@ void BrowserThemePack::CreateTabBackgroundImages(ImageCache* images) const {
void BrowserThemePack::RepackImages(const ImageCache& images,
RawImages* reencoded_images) const {
- typedef std::vector<ui::ScaleFactor> ScaleFactors;
for (ImageCache::const_iterator it = images.begin();
it != images.end(); ++it) {
gfx::ImageSkia image_skia = *it->second.ToImageSkia();

Powered by Google App Engine
This is Rietveld 408576698