From a852203c1ae878c97ef5f64eec9b89e57642a78b Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Mon, 24 Jun 2013 22:51:46 +0000 Subject: mac: Update clients of scoped_nsobject.h. 1.) The header is now in base/mac instead of base/memory 2.) The class is now in namespace base. This CL was created programmatically by running: 1.) git grep -l memory/scoped_nsobject.h | xargs sed -i -e 's/memory\/scoped_nsobject.h/mac\/scoped_nsobject.h/g' for f in $(git diff --name-only origin); do tools/sort-headers.py $f -f; done git commit -a -m headers # manually undo changes to gypi file git cl upload # patch set 1 2.) git grep -l 'scoped_nsobject<' | xargs sed -i -e 's/scoped_nsobject dict_; - scoped_nsobject plist_path_; + base::scoped_nsobject dict_; + base::scoped_nsobject plist_path_; DISALLOW_COPY_AND_ASSIGN(RlzValueStoreMac); }; -- cgit v1.1