diff options
Diffstat (limited to 'ui/aura/client/aura_constants.h')
-rw-r--r-- | ui/aura/client/aura_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h index 07e85e4..a964c13 100644 --- a/ui/aura/client/aura_constants.h +++ b/ui/aura/client/aura_constants.h @@ -31,7 +31,7 @@ AURA_EXPORT extern const char kModalKey[]; AURA_EXPORT extern const char kRestoreBoundsKey[]; // A property key to store a client that handles window activation. The type of -// the value is |aura::ActivationClient*|. +// the value is |aura::client::ActivationClient*|. AURA_EXPORT extern const char kRootWindowActivationClient[]; // A property key to store what the client defines as the active window on the |