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

Unified Diff: chrome/utility/image_writer/error_messages.cc

Issue 1548153002: Switch to standard integer types in chrome/. (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/utility/font_cache_handler_win.h ('k') | chrome/utility/image_writer/image_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/image_writer/error_messages.cc
diff --git a/chrome/utility/image_writer/error_messages.cc b/chrome/utility/image_writer/error_messages.cc
index e282ff4bb62bf51cf1aeef23d17de316c9c637f6..2e5cb837dd55eaf4d90dd2128921941a816f8ab1 100644
--- a/chrome/utility/image_writer/error_messages.cc
+++ b/chrome/utility/image_writer/error_messages.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "build/build_config.h"
#include "chrome/utility/image_writer/error_messages.h"
namespace image_writer {
« no previous file with comments | « chrome/utility/font_cache_handler_win.h ('k') | chrome/utility/image_writer/image_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698