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

Unified Diff: components/devtools_service/devtools_service.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_service.h
diff --git a/components/devtools_service/devtools_service.h b/components/devtools_service/devtools_service.h
index d6c00847aa2abfb4d7bbe3c2f673c5da767fe5c8..e8e4f84268163e26df7a1828d57ae92f7cf9825e 100644
--- a/components/devtools_service/devtools_service.h
+++ b/components/devtools_service/devtools_service.h
@@ -5,6 +5,8 @@
#ifndef COMPONENTS_DEVTOOLS_SERVICE_DEVTOOLS_SERVICE_H_
#define COMPONENTS_DEVTOOLS_SERVICE_DEVTOOLS_SERVICE_H_
+#include <stdint.h>
+
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "components/devtools_service/devtools_registry_impl.h"
« no previous file with comments | « components/devtools_service/devtools_http_server.cc ('k') | components/dom_distiller/android/component_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698