chore: rename atom -> electron (#21986)
This commit is contained in:
parent
f14fc4b041
commit
d9321f4df7
287 changed files with 1771 additions and 1708 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "base/mac/scoped_nsobject.h"
|
||||
|
||||
@class AtomInspectableWebContentsView;
|
||||
@class ElectronInspectableWebContentsView;
|
||||
|
||||
namespace electron {
|
||||
|
||||
|
@ -40,7 +40,7 @@ class InspectableWebContentsViewMac : public InspectableWebContentsView {
|
|||
// Owns us.
|
||||
InspectableWebContentsImpl* inspectable_web_contents_;
|
||||
|
||||
base::scoped_nsobject<AtomInspectableWebContentsView> view_;
|
||||
base::scoped_nsobject<ElectronInspectableWebContentsView> view_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(InspectableWebContentsViewMac);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue