Update for move of scoped_nsobject header and namespace
See http://src.chromium.org/viewvc/chrome?view=revision&revision=207616.
This commit is contained in:
parent
1e99ec9aed
commit
64a5ce6e15
3 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
#import "browser/inspectable_web_contents_view.h"
|
||||
|
||||
#import "base/memory/scoped_nsobject.h"
|
||||
#import "base/mac/scoped_nsobject.h"
|
||||
|
||||
@class BRYInspectableWebContentsView;
|
||||
|
||||
|
@ -26,7 +26,7 @@ private:
|
|||
// Owns us.
|
||||
InspectableWebContentsImpl* inspectable_web_contents_;
|
||||
|
||||
scoped_nsobject<BRYInspectableWebContentsView> view_;
|
||||
base::scoped_nsobject<BRYInspectableWebContentsView> view_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewMac);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue