| Index: chrome/browser/chromeos/options/language_config_view.cc
|
| diff --git a/chrome/browser/chromeos/options/language_config_view.cc b/chrome/browser/chromeos/options/language_config_view.cc
|
| index 2e5e56cb0c3abe37d77d4083cc041a8cca387f57..ec37ba18a282a177ac5ef956b17c3d59d9204a08 100644
|
| --- a/chrome/browser/chromeos/options/language_config_view.cc
|
| +++ b/chrome/browser/chromeos/options/language_config_view.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -19,8 +19,8 @@
|
| #include "chrome/browser/metrics/user_metrics.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| -#include "chrome/browser/views/restart_message_box.h"
|
| -#include "chrome/browser/views/window.h"
|
| +#include "chrome/browser/ui/views/restart_message_box.h"
|
| +#include "chrome/browser/ui/views/window.h"
|
| #include "chrome/common/notification_type.h"
|
| #include "chrome/common/pref_names.h"
|
| #include "gfx/font.h"
|
|
|