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

Unified Diff: content/child/image_decoder.h

Issue 1544273002: Switch to standard integer types in content/. (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
Index: content/child/image_decoder.h
diff --git a/content/child/image_decoder.h b/content/child/image_decoder.h
index 535c4231c9043a2f2d89fb3ae43b90c4d9cfe136..fb6cfd37b3d5431a9c7c9f231bd6ca71be8e1a55 100644
--- a/content/child/image_decoder.h
+++ b/content/child/image_decoder.h
@@ -2,9 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+
#include <vector>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "ui/gfx/geometry/size.h"
class SkBitmap;
« no previous file with comments | « content/child/geofencing/web_geofencing_provider_impl.h ('k') | content/child/indexed_db/indexed_db_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698