| Index: chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| diff --git a/chrome/browser/chromeos/login/simple_web_view_dialog.h b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| similarity index 95%
|
| rename from chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| rename to chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| index 68b91f8edbc3eecf3844f87f57a67a687ef03efc..9b8234048bcb014f440c80d29367ec737ef4f673 100644
|
| --- a/chrome/browser/chromeos/login/simple_web_view_dialog.h
|
| +++ b/chrome/browser/chromeos/login/ui/simple_web_view_dialog.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_SIMPLE_WEB_VIEW_DIALOG_H_
|
| -#define CHROME_BROWSER_CHROMEOS_LOGIN_SIMPLE_WEB_VIEW_DIALOG_H_
|
| +#ifndef CHROME_BROWSER_CHROMEOS_LOGIN_UI_SIMPLE_WEB_VIEW_DIALOG_H_
|
| +#define CHROME_BROWSER_CHROMEOS_LOGIN_UI_SIMPLE_WEB_VIEW_DIALOG_H_
|
|
|
| #include <string>
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -126,4 +126,4 @@ class SimpleWebViewDialog : public views::ButtonListener,
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_CHROMEOS_LOGIN_SIMPLE_WEB_VIEW_DIALOG_H_
|
| +#endif // CHROME_BROWSER_CHROMEOS_LOGIN_UI_SIMPLE_WEB_VIEW_DIALOG_H_
|
|
|