Modernize to C++11: NULL => nullptr.
No functional change.
This commit is contained in:
parent
9c74ea4bf4
commit
fab02809c6
29 changed files with 82 additions and 82 deletions
|
@ -17,7 +17,7 @@ base::LazyInstance<base::ObserverList<WindowListObserver>>::Leaky
|
|||
WindowList::observers_ = LAZY_INSTANCE_INITIALIZER;
|
||||
|
||||
// static
|
||||
WindowList* WindowList::instance_ = NULL;
|
||||
WindowList* WindowList::instance_ = nullptr;
|
||||
|
||||
// static
|
||||
WindowList* WindowList::GetInstance() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue