| Index: chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h
|
| diff --git a/chrome/browser/safe_browsing/preference_validation_delegate.h b/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h
|
| similarity index 79%
|
| rename from chrome/browser/safe_browsing/preference_validation_delegate.h
|
| rename to chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h
|
| index d898af11ede0b7060ef68c06d80da8733d5bf86e..09abe4f98166ee645cc76597caf0359c0784d822 100644
|
| --- a/chrome/browser/safe_browsing/preference_validation_delegate.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/preference_validation_delegate.h
|
| @@ -2,13 +2,13 @@
|
| // 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_PREFERENCE_VALIDATION_DELEGATE_H_
|
| -#define CHROME_BROWSER_SAFE_BROWSING_PREFERENCE_VALIDATION_DELEGATE_H_
|
| +#ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_PREFERENCE_VALIDATION_DELEGATE_H_
|
| +#define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_PREFERENCE_VALIDATION_DELEGATE_H_
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "chrome/browser/prefs/tracked/tracked_preference_validation_delegate.h"
|
| -#include "chrome/browser/safe_browsing/add_incident_callback.h"
|
| +#include "chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h"
|
|
|
| namespace safe_browsing {
|
|
|
| @@ -42,4 +42,4 @@ class PreferenceValidationDelegate
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_BROWSER_SAFE_BROWSING_PREFERENCE_VALIDATION_DELEGATE_H_
|
| +#endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_PREFERENCE_VALIDATION_DELEGATE_H_
|
|
|