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

Unified Diff: chromeos/dbus/ap_manager_client.h

Issue 1540803002: Switch to standard integer types in chromeos/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes 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 | « chromeos/dbus/amplifier_client.cc ('k') | chromeos/dbus/ap_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/ap_manager_client.h
diff --git a/chromeos/dbus/ap_manager_client.h b/chromeos/dbus/ap_manager_client.h
index f160b037dc2dbb988f2f059abc4d3aa9af548e56..9f98f304a18c9d81bf302d335355919330552b5d 100644
--- a/chromeos/dbus/ap_manager_client.h
+++ b/chromeos/dbus/ap_manager_client.h
@@ -4,6 +4,8 @@
#ifndef CHROMEOS_DBUS_AP_MANAGER_CLIENT_H_
#define CHROMEOS_DBUS_AP_MANAGER_CLIENT_H_
+#include <stdint.h>
+
#include <map>
#include <string>
#include <vector>
« no previous file with comments | « chromeos/dbus/amplifier_client.cc ('k') | chromeos/dbus/ap_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698