Index: ash/test/ash_test_base.h |
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h |
index c8935619ff446d4588e635a433193aed264b31d3..77f1e7fdd476b3745db8d45d8d65cd7b09742206 100644 |
--- a/ash/test/ash_test_base.h |
+++ b/ash/test/ash_test_base.h |
@@ -165,7 +165,7 @@ class AshTestBase : public testing::Test { |
// is called. |
void SetSessionStarting(); |
void SetUserLoggedIn(bool user_logged_in); |
- void SetShouldLockScreenBeforeSuspending(bool should_lock); |
+ void SetShouldLockScreenAutomatically(bool should_lock); |
void SetUserAddingScreenRunning(bool user_adding_screen_running); |
// Methods to emulate blocking and unblocking user session with given |