| Index: chrome/test/reliability/automated_ui_tests.cc
|
| diff --git a/chrome/test/reliability/automated_ui_tests.cc b/chrome/test/reliability/automated_ui_tests.cc
|
| index ca5cad2333b39e34ecd8ae7ec867c7c0671e9057..3e6a98a7dfda0f5e8ac2142c24a350ece251e7dc 100644
|
| --- a/chrome/test/reliability/automated_ui_tests.cc
|
| +++ b/chrome/test/reliability/automated_ui_tests.cc
|
| @@ -11,6 +11,7 @@
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| #include "base/file_version_info.h"
|
| +#include "base/i18n/time_formatting.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| #include "base/rand_util.h"
|
| @@ -19,7 +20,6 @@
|
| #include "base/string_util.h"
|
| #include "base/threading/platform_thread.h"
|
| #include "base/time.h"
|
| -#include "base/i18n/time_formatting.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/character_encoding.h"
|
| @@ -39,7 +39,7 @@
|
| #include "ui/base/keycodes/keyboard_codes.h"
|
|
|
| #if defined(TOOLKIT_VIEWS)
|
| -#include "views/view.h"
|
| +#include "ui/views/view.h"
|
| #endif
|
|
|
| namespace {
|
|
|