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

Unified Diff: chrome/browser/image_holder.h

Issue 1550593002: Switch to standard integer types in chrome/browser/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | « chrome/browser/image_decoder_browsertest.cc ('k') | chrome/browser/image_holder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/image_holder.h
diff --git a/chrome/browser/image_holder.h b/chrome/browser/image_holder.h
index b6c7410f222fb5ef438763da945c4163868adc03..2609eaacac1ef7e8a93c0233aeda5759672e4955 100644
--- a/chrome/browser/image_holder.h
+++ b/chrome/browser/image_holder.h
@@ -6,6 +6,7 @@
#define CHROME_BROWSER_IMAGE_HOLDER_H_
#include "base/gtest_prod_util.h"
+#include "base/macros.h"
#include "base/memory/scoped_vector.h"
#include "chrome/browser/bitmap_fetcher/bitmap_fetcher.h"
#include "ui/gfx/image/image.h"
« no previous file with comments | « chrome/browser/image_decoder_browsertest.cc ('k') | chrome/browser/image_holder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698