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

Unified Diff: components/storage_monitor/removable_device_constants.cc

Issue 1549993003: Switch to standard integer types in components/, part 4 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
« no previous file with comments | « components/storage_monitor/portable_device_watcher_win.h ('k') | components/storage_monitor/storage_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor/removable_device_constants.cc
diff --git a/components/storage_monitor/removable_device_constants.cc b/components/storage_monitor/removable_device_constants.cc
index ce76b23e48bc71edf4b8b88abac22b0682d5230e..0bc46cddeb93f6bb09836f429734a8e8c2398dd8 100644
--- a/components/storage_monitor/removable_device_constants.cc
+++ b/components/storage_monitor/removable_device_constants.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "build/build_config.h"
#include "components/storage_monitor/removable_device_constants.h"
namespace storage_monitor {
« no previous file with comments | « components/storage_monitor/portable_device_watcher_win.h ('k') | components/storage_monitor/storage_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698