| Index: athena/main/athena_launcher.cc
|
| diff --git a/athena/main/athena_launcher.cc b/athena/main/athena_launcher.cc
|
| index 28059df2cd959bcbc084f68c675b1cb64b0ce58d..b03ddea39e24d61c585ef774c0656656578e9103 100644
|
| --- a/athena/main/athena_launcher.cc
|
| +++ b/athena/main/athena_launcher.cc
|
| @@ -63,7 +63,7 @@ struct AthenaEnvState {
|
|
|
| DEFINE_OWNED_WINDOW_PROPERTY_KEY(athena::AthenaEnvState,
|
| kAthenaEnvStateKey,
|
| - NULL);
|
| + nullptr);
|
|
|
| // This class observes the change of the virtual keyboard and distribute the
|
| // change to appropriate modules of athena.
|
|
|