| Index: components/previews/core/previews_data_savings.h
|
| diff --git a/components/previews/previews_data_savings.h b/components/previews/core/previews_data_savings.h
|
| similarity index 89%
|
| rename from components/previews/previews_data_savings.h
|
| rename to components/previews/core/previews_data_savings.h
|
| index bce79448a7f78e42ae75e08284f998a6e51eac00..ce37cf168e9639f51a3a7e39e928bcf4ebff1be7 100644
|
| --- a/components/previews/previews_data_savings.h
|
| +++ b/components/previews/core/previews_data_savings.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_PREVIEWS_PREVIEWS_DATA_SAVINGS_H_
|
| -#define CHROME_BROWSER_PREVIEWS_PREVIEWS_DATA_SAVINGS_H_
|
| +#ifndef COMPONENTS_PREVIEWS_CORE_PREVIEWS_DATA_SAVINGS_H_
|
| +#define COMPONENTS_PREVIEWS_CORE_PREVIEWS_DATA_SAVINGS_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -48,4 +48,4 @@ class PreviewsDataSavings {
|
|
|
| } // namespace previews
|
|
|
| -#endif // CHROME_BROWSER_PREVIEWS_PREVIEWS_DATA_SAVINGS_H_
|
| +#endif // COMPONENTS_PREVIEWS_CORE_PREVIEWS_DATA_SAVINGS_H_
|
|
|