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

Unified Diff: base/file_version_info_mac.h

Issue 17593006: mac: Update clients of scoped_nsobject.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: iwyu, scoped_nsprotocol Created 7 years, 6 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
Index: base/file_version_info_mac.h
diff --git a/base/file_version_info_mac.h b/base/file_version_info_mac.h
index 0ab3296db0327b84b93f7545ad898c90a08b2467..f488cce4e58382e7b1da91cb6da994b01d81b58e 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);
};

Powered by Google App Engine
This is Rietveld 408576698