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

Unified Diff: base/file_version_info_mac.h

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 months 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 | « base/deferred_sequenced_task_runner_unittest.cc ('k') | base/files/file_path_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/file_version_info_mac.h
diff --git a/base/file_version_info_mac.h b/base/file_version_info_mac.h
index a18dbbdbefb8a1fa9a16c523625bec777e2c9f2e..e67783834df60741f31a6d68470f223de961a033 100644
--- a/base/file_version_info_mac.h
+++ b/base/file_version_info_mac.h
@@ -5,16 +5,13 @@
#ifndef BASE_FILE_VERSION_INFO_MAC_H_
#define BASE_FILE_VERSION_INFO_MAC_H_
+#include <CoreFoundation/CoreFoundation.h>
#include <string>
#include "base/file_version_info.h"
#include "base/mac/scoped_nsobject.h"
-#ifdef __OBJC__
@class NSBundle;
-#else
-class NSBundle;
-#endif
class FileVersionInfoMac : public FileVersionInfo {
public:
« no previous file with comments | « base/deferred_sequenced_task_runner_unittest.cc ('k') | base/files/file_path_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698