| Index: ash/test/ash_test_helper.h
|
| diff --git a/ash/test/ash_test_helper.h b/ash/test/ash_test_helper.h
|
| index dcc40968a960b00fbe0b64a229baf3a50d0004e9..345d8273c5a2e11ba0bf2ed9d01b3d78dc9edc10 100644
|
| --- a/ash/test/ash_test_helper.h
|
| +++ b/ash/test/ash_test_helper.h
|
| @@ -83,7 +83,7 @@ class AshTestHelper {
|
| static bool SupportsHostWindowResize();
|
|
|
| private:
|
| - base::MessageLoopForUI* message_loop_; // Not owned.
|
| + base::MessageLoopForUI* message_loop_; // Not owned.
|
| TestShellDelegate* test_shell_delegate_; // Owned by ash::Shell.
|
| std::unique_ptr<ui::ScopedAnimationDurationScaleMode> zero_duration_mode_;
|
|
|
|
|