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

Unified Diff: rlz/mac/lib/rlz_value_store_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: rlz/mac/lib/rlz_value_store_mac.h
diff --git a/rlz/mac/lib/rlz_value_store_mac.h b/rlz/mac/lib/rlz_value_store_mac.h
index b7ffb4e820ebf07657dec1fbf9cb10e10d16a891..117e901bc768be82231103c011eaa15d2a156922 100644
--- a/rlz/mac/lib/rlz_value_store_mac.h
+++ b/rlz/mac/lib/rlz_value_store_mac.h
@@ -5,9 +5,9 @@
#ifndef RLZ_MAC_LIB_RLZ_VALUE_STORE_MAC_H_
#define RLZ_MAC_LIB_RLZ_VALUE_STORE_MAC_H_
-#include "rlz/lib/rlz_value_store.h"
#include "base/compiler_specific.h"
-#include "base/memory/scoped_nsobject.h"
+#include "base/mac/scoped_nsobject.h"
+#include "rlz/lib/rlz_value_store.h"
@class NSDictionary;
@class NSMutableDictionary;
@@ -69,8 +69,8 @@ class RlzValueStoreMac : public RlzValueStore {
// product p.
NSMutableDictionary* ProductDict(Product p);
- scoped_nsobject<NSMutableDictionary> dict_;
- scoped_nsobject<NSString> plist_path_;
+ base::scoped_nsobject<NSMutableDictionary> dict_;
+ base::scoped_nsobject<NSString> plist_path_;
DISALLOW_COPY_AND_ASSIGN(RlzValueStoreMac);
};

Powered by Google App Engine
This is Rietveld 408576698