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

Unified Diff: mojo/fetcher/url_resolver.h

Issue 1543603002: Switch to standard integer types in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix 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 | « mojo/fetcher/update_fetcher.cc ('k') | mojo/gles2/command_buffer_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/fetcher/url_resolver.h
diff --git a/mojo/fetcher/url_resolver.h b/mojo/fetcher/url_resolver.h
index 47a69faca19d46376abac78c265d84f0cf22c3f1..013ac69605caf17bdef574af4ec6f4c7a46b37a4 100644
--- a/mojo/fetcher/url_resolver.h
+++ b/mojo/fetcher/url_resolver.h
@@ -8,9 +8,9 @@
#include <map>
#include <set>
-#include "base/basictypes.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "url/gurl.h"
namespace mojo {
« no previous file with comments | « mojo/fetcher/update_fetcher.cc ('k') | mojo/gles2/command_buffer_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698