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

Unified Diff: blimp/engine/browser/blimp_url_request_context_getter.h

Issue 1538253002: Switch to standard integer types in blimp/. (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: blimp/engine/browser/blimp_url_request_context_getter.h
diff --git a/blimp/engine/browser/blimp_url_request_context_getter.h b/blimp/engine/browser/blimp_url_request_context_getter.h
index d0ae01bcf9a993275301c4d15ffba962153a14e4..d799037fe303a2bd99fdb2d97256b77db2f24887 100644
--- a/blimp/engine/browser/blimp_url_request_context_getter.h
+++ b/blimp/engine/browser/blimp_url_request_context_getter.h
@@ -6,6 +6,7 @@
#define BLIMP_ENGINE_BROWSER_BLIMP_URL_REQUEST_CONTEXT_GETTER_H_
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "content/public/browser/content_browser_client.h"
#include "net/url_request/url_request_context_getter.h"
« no previous file with comments | « blimp/engine/browser/blimp_engine_session.cc ('k') | blimp/engine/browser/engine_render_widget_message_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698