| Index: chrome/browser/ui/shell_dialogs.h
|
| diff --git a/chrome/browser/shell_dialogs.h b/chrome/browser/ui/shell_dialogs.h
|
| similarity index 98%
|
| rename from chrome/browser/shell_dialogs.h
|
| rename to chrome/browser/ui/shell_dialogs.h
|
| index d5a5b3f89e12d9dae338c05cd6c2c57fc8194f2c..f691c345ad5401b89b547e11b02d3728476b1b85 100644
|
| --- a/chrome/browser/shell_dialogs.h
|
| +++ b/chrome/browser/ui/shell_dialogs.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_SHELL_DIALOGS_H_
|
| -#define CHROME_BROWSER_SHELL_DIALOGS_H_
|
| +#ifndef CHROME_BROWSER_UI_SHELL_DIALOGS_H_
|
| +#define CHROME_BROWSER_UI_SHELL_DIALOGS_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -199,4 +199,4 @@ class SelectFontDialog
|
| virtual ~SelectFontDialog();
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SHELL_DIALOGS_H_
|
| +#endif // CHROME_BROWSER_UI_SHELL_DIALOGS_H_
|
|
|