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

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_win.h

Issue 2846333003: Chrome cleaner: move Chrome Cleaner files to their own directory (Closed)
Patch Set: Created 3 years, 8 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/safe_browsing/chrome_cleaner/srt_fetcher_win.h
diff --git a/chrome/browser/safe_browsing/srt_fetcher_win.h b/chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_win.h
similarity index 96%
rename from chrome/browser/safe_browsing/srt_fetcher_win.h
rename to chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_win.h
index 26400ce1b6a8279779727ca995994b10e03974ef..1a0e53dae82890beb2da6c6d09016c913123795b 100644
--- a/chrome/browser/safe_browsing/srt_fetcher_win.h
+++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_fetcher_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_SAFE_BROWSING_SRT_FETCHER_WIN_H_
-#define CHROME_BROWSER_SAFE_BROWSING_SRT_FETCHER_WIN_H_
+#ifndef CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_SRT_FETCHER_WIN_H_
+#define CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_SRT_FETCHER_WIN_H_
#include <limits.h>
#include <stdint.h>
@@ -157,4 +157,4 @@ void DisplaySRTPromptForTesting(const base::FilePath& download_path);
} // namespace safe_browsing
-#endif // CHROME_BROWSER_SAFE_BROWSING_SRT_FETCHER_WIN_H_
+#endif // CHROME_BROWSER_SAFE_BROWSING_CHROME_CLEANER_SRT_FETCHER_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698