summaryrefslogtreecommitdiffstats
path: root/base/file_version_info_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_version_info_mac.h')
-rw-r--r--base/file_version_info_mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/file_version_info_mac.h b/base/file_version_info_mac.h
index 0ab3296..f488cce 100644
--- a/base/file_version_info_mac.h
+++ b/base/file_version_info_mac.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/file_version_info.h"
-#include "base/memory/scoped_nsobject.h"
+#include "base/mac/scoped_nsobject.h"
#ifdef __OBJC__
@class NSBundle;
@@ -45,7 +45,7 @@ class FileVersionInfoMac : public FileVersionInfo {
// Returns the empty string if the property does not exist.
string16 GetString16Value(CFStringRef name);
- scoped_nsobject<NSBundle> bundle_;
+ base::scoped_nsobject<NSBundle> bundle_;
DISALLOW_COPY_AND_ASSIGN(FileVersionInfoMac);
};