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

Unified Diff: components/metrics/drive_metrics_provider_mac.mm

Issue 2606753004: Import Objective C Frameworks in components (Closed)
Patch Set: Created 4 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/handoff/handoff_manager.h ('k') | components/policy/core/common/policy_loader_ios_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/drive_metrics_provider_mac.mm
diff --git a/components/metrics/drive_metrics_provider_mac.mm b/components/metrics/drive_metrics_provider_mac.mm
index a6a37614d0cccf595d2c7175bfd869d6c2d0af79..421419b75a02c4ccae361f49923dcb9d3c567b2c 100644
--- a/components/metrics/drive_metrics_provider_mac.mm
+++ b/components/metrics/drive_metrics_provider_mac.mm
@@ -6,7 +6,7 @@
#include <CoreFoundation/CoreFoundation.h>
sdefresne 2017/01/03 12:04:42 #import
Olivier 2017/01/03 12:33:07 CoreFoundation is a C++ Framework and must be incl
#include <DiskArbitration/DiskArbitration.h>
sdefresne 2017/01/03 12:04:42 #import
Olivier 2017/01/03 12:33:07 DiskArbitration is a C++ framework (and MacOS only
-#include <Foundation/Foundation.h>
+#import <Foundation/Foundation.h>
#include <IOKit/IOKitLib.h>
#include <IOKit/storage/IOStorageDeviceCharacteristics.h>
#include <stdlib.h>
« no previous file with comments | « components/handoff/handoff_manager.h ('k') | components/policy/core/common/policy_loader_ios_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698