| Index: chrome/browser/chromeos/first_run/first_run.cc
|
| diff --git a/chrome/browser/chromeos/first_run/first_run.cc b/chrome/browser/chromeos/first_run/first_run.cc
|
| index bf2d00756fcf13aa445709a26f292d534e60d5da..8fafdc753b9d5c914607d699d23a64e509a59f0f 100644
|
| --- a/chrome/browser/chromeos/first_run/first_run.cc
|
| +++ b/chrome/browser/chromeos/first_run/first_run.cc
|
| @@ -61,7 +61,7 @@ class DialogLauncher : public content::NotificationObserver {
|
|
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE {
|
| + const content::NotificationDetails& details) override {
|
| DCHECK(type == chrome::NOTIFICATION_SESSION_STARTED);
|
| DCHECK(content::Details<const user_manager::User>(details).ptr() ==
|
| ProfileHelper::Get()->GetUserByProfile(profile_));
|
|
|