| Index: chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h
|
| diff --git a/chrome/browser/safe_browsing/add_incident_callback.h b/chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h
|
| similarity index 68%
|
| rename from chrome/browser/safe_browsing/add_incident_callback.h
|
| rename to chrome/browser/safe_browsing/incident_reporting/add_incident_callback.h
|
| index 7b866c3d3e3e16a0c2c064e647cf1810034d4942..6c0602ba9ea3a92dee65ca7932661f7d1013714e 100644
|
| --- a/chrome/browser/safe_browsing/add_incident_callback.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/add_incident_callback.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_ADD_INCIDENT_CALLBACK_H_
|
| -#define CHROME_BROWSER_SAFE_BROWSING_ADD_INCIDENT_CALLBACK_H_
|
| +#ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ADD_INCIDENT_CALLBACK_H_
|
| +#define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ADD_INCIDENT_CALLBACK_H_
|
|
|
| #include "base/callback_forward.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -19,4 +19,4 @@ typedef base::Callback<void(scoped_ptr<ClientIncidentReport_IncidentData>)>
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_BROWSER_SAFE_BROWSING_ADD_INCIDENT_CALLBACK_H_
|
| +#endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ADD_INCIDENT_CALLBACK_H_
|
|
|