| Index: chrome/browser/safe_browsing/incident_reporting/environment_data_collection.h
|
| diff --git a/chrome/browser/safe_browsing/environment_data_collection.h b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.h
|
| similarity index 63%
|
| rename from chrome/browser/safe_browsing/environment_data_collection.h
|
| rename to chrome/browser/safe_browsing/incident_reporting/environment_data_collection.h
|
| index d02ae6314d410e9f87573a197ba6d457a246b8e6..e8dfb8faddf574f7582b95ef485dd6361a0630ab 100644
|
| --- a/chrome/browser/safe_browsing/environment_data_collection.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/environment_data_collection.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_ENVIRONMENT_DATA_COLLECTION_H_
|
| -#define CHROME_BROWSER_SAFE_BROWSING_ENVIRONMENT_DATA_COLLECTION_H_
|
| +#ifndef CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECTION_H_
|
| +#define CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECTION_H_
|
|
|
| namespace safe_browsing {
|
|
|
| @@ -15,4 +15,4 @@ void CollectEnvironmentData(ClientIncidentReport_EnvironmentData* data);
|
|
|
| } // namespace safe_browsing
|
|
|
| -#endif // CHROME_BROWSER_SAFE_BROWSING_ENVIRONMENT_DATA_COLLECTION_H_
|
| +#endif // CHROME_BROWSER_SAFE_BROWSING_INCIDENT_REPORTING_ENVIRONMENT_DATA_COLLECTION_H_
|
|
|