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

Unified Diff: content/child/ftp_directory_listing_response_delegate.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/ftp_directory_listing_response_delegate.h
diff --git a/content/child/ftp_directory_listing_response_delegate.h b/content/child/ftp_directory_listing_response_delegate.h
index 7d910fc73994093ce14adb454d8d550175a2678f..0d1a61f3e979cb27cdfee44180742cc0200a26bf 100644
--- a/content/child/ftp_directory_listing_response_delegate.h
+++ b/content/child/ftp_directory_listing_response_delegate.h
@@ -10,7 +10,7 @@
#include <string>
-#include "base/basictypes.h"
+#include "base/macros.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
namespace blink {
« no previous file with comments | « content/child/fileapi/webfilewriter_impl.cc ('k') | content/child/ftp_directory_listing_response_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698