| Index: chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h b/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| index f51e11d3fedd85d8a1b340a7da7595b88e221ec1..0d39e6aa1ba19dc7714d37ed3cb040d39cc01b22 100644
|
| --- a/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| +++ b/chrome/browser/ui/webui/chromeos/mobile_setup_dialog.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -9,7 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/memory/singleton.h"
|
| -#include "chrome/browser/ui/webui/web_dialog_ui.h"
|
| +#include "ui/web_dialogs/web_dialog_ui.h"
|
|
|
| class MobileSetupDialog {
|
| public:
|
|
|