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

Unified Diff: device/udev_linux/udev0_loader.h

Issue 1542163002: Switch to standard integer types in device/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win 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 | « device/udev_linux/udev.cc ('k') | device/udev_linux/udev1_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/udev_linux/udev0_loader.h
diff --git a/device/udev_linux/udev0_loader.h b/device/udev_linux/udev0_loader.h
index 8108ff9a13a0547ef646251752678d99222e41bc..24591931fae4e3d21ffdcabceaf4402ba7a0f1e7 100644
--- a/device/udev_linux/udev0_loader.h
+++ b/device/udev_linux/udev0_loader.h
@@ -5,6 +5,7 @@
#ifndef DEVICE_UDEV_LINUX_UDEV0_LOADER_H_
#define DEVICE_UDEV_LINUX_UDEV0_LOADER_H_
+#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "device/udev_linux/udev_loader.h"
« no previous file with comments | « device/udev_linux/udev.cc ('k') | device/udev_linux/udev1_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698