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

Unified Diff: chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc

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_global_error_win.cc
diff --git a/chrome/browser/safe_browsing/srt_global_error_win.cc b/chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc
similarity index 97%
rename from chrome/browser/safe_browsing/srt_global_error_win.cc
rename to chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc
index ae8deddfa8c088b42b296563ece7fcf6628cdab4..cbaa65c6cae72402c2687acbc6a0b607dc89bf43 100644
--- a/chrome/browser/safe_browsing/srt_global_error_win.cc
+++ b/chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/safe_browsing/srt_global_error_win.h"
+#include "chrome/browser/safe_browsing/chrome_cleaner/srt_global_error_win.h"
#include "base/base_paths.h"
#include "base/bind.h"
@@ -18,8 +18,8 @@
#include "chrome/app/chrome_command_ids.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/metrics/chrome_metrics_service_accessor.h"
-#include "chrome/browser/safe_browsing/srt_client_info_win.h"
-#include "chrome/browser/safe_browsing/srt_field_trial_win.h"
+#include "chrome/browser/safe_browsing/chrome_cleaner/srt_client_info_win.h"
+#include "chrome/browser/safe_browsing/chrome_cleaner/srt_field_trial_win.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/global_error/global_error_service.h"

Powered by Google App Engine
This is Rietveld 408576698