Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(976)

Unified Diff: chrome/browser/ui/views/chrome_cleaner_dialog_win.h

Issue 2883673002: Chrome Cleaner: Update modal dialog's strings (Closed)
Patch Set: Moved to the non-android section in BUILD file. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « chrome/browser/ui/views/chrome_cleaner_dialog_browsertest_win.cc ('k') | chrome/browser/ui/views/chrome_cleaner_dialog_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698