| Index: chrome/browser/chromeos/first_run/chromeos_first_run_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/first_run/chromeos_first_run_browsertest.cc b/chrome/browser/chromeos/first_run/chromeos_first_run_browsertest.cc
|
| index 4a23cbff5c42e935ded00d4b6a0b5fef2f22224c..4801d5077c4e692d3ed07259154055dd3bb177ee 100644
|
| --- a/chrome/browser/chromeos/first_run/chromeos_first_run_browsertest.cc
|
| +++ b/chrome/browser/chromeos/first_run/chromeos_first_run_browsertest.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/tray/system_tray.h"
|
| #include "ash/first_run/first_run_helper.h"
|
| #include "ash/shell.h"
|
| +#include "ash/system/tray/system_tray.h"
|
| #include "chrome/browser/chromeos/first_run/first_run.h"
|
| #include "chrome/browser/chromeos/first_run/first_run_controller.h"
|
| #include "chrome/browser/chromeos/first_run/step_names.h"
|
|
|