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

Unified Diff: components/devtools_service/devtools_agent_host.h

Issue 1546143002: Switch to standard integer types in components/, part 1 of 4. (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: components/devtools_service/devtools_agent_host.h
diff --git a/components/devtools_service/devtools_agent_host.h b/components/devtools_service/devtools_agent_host.h
index e5b782db59a0d28df298ab81670581de4a6409ef..21fce2e1fdc0032ef3ab5aeaa0a3cf62640e533e 100644
--- a/components/devtools_service/devtools_agent_host.h
+++ b/components/devtools_service/devtools_agent_host.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_DEVTOOLS_SERVICE_DEVTOOLS_AGENT_HOST_H_
#define COMPONENTS_DEVTOOLS_SERVICE_DEVTOOLS_AGENT_HOST_H_
+#include <stdint.h>
+
#include <string>
#include "base/macros.h"
« no previous file with comments | « components/devtools_http_handler/devtools_http_handler_unittest.cc ('k') | components/devtools_service/devtools_http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698