| Index: chrome/browser/ui/views/chrome_cleaner_dialog_win.h
|
| diff --git a/chrome/browser/ui/views/chrome_cleaner_dialog.h b/chrome/browser/ui/views/chrome_cleaner_dialog_win.h
|
| similarity index 92%
|
| rename from chrome/browser/ui/views/chrome_cleaner_dialog.h
|
| rename to chrome/browser/ui/views/chrome_cleaner_dialog_win.h
|
| index bc6209229f7c57c6d5d10d0c1c88094c13b7a0a0..48119193e1ae4e4ab772b309baa791df0f03d3cd 100644
|
| --- a/chrome/browser/ui/views/chrome_cleaner_dialog.h
|
| +++ b/chrome/browser/ui/views/chrome_cleaner_dialog_win.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_UI_VIEWS_CHROME_CLEANER_DIALOG_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_CHROME_CLEANER_DIALOG_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_CHROME_CLEANER_DIALOG_WIN_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_CHROME_CLEANER_DIALOG_WIN_H_
|
|
|
| #include <memory>
|
|
|
| @@ -67,4 +67,4 @@ class ChromeCleanerDialog : public views::DialogDelegateView,
|
| DISALLOW_COPY_AND_ASSIGN(ChromeCleanerDialog);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_CHROME_CLEANER_DIALOG_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_CHROME_CLEANER_DIALOG_WIN_H_
|
|
|