| Index: components/variations/net/variations_http_header_provider.h
|
| diff --git a/components/variations/variations_http_header_provider.h b/components/variations/net/variations_http_header_provider.h
|
| similarity index 95%
|
| rename from components/variations/variations_http_header_provider.h
|
| rename to components/variations/net/variations_http_header_provider.h
|
| index 30cdc3afeaa5d6434f656fe6472bb514197de31e..116a21cbd9eb147d139ab3b906e3e2d4a7e387f0 100644
|
| --- a/components/variations/variations_http_header_provider.h
|
| +++ b/components/variations/net/variations_http_header_provider.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 COMPONENTS_VARIATIONS_VARIATIONS_HTTP_HEADER_PROVIDER_H_
|
| -#define COMPONENTS_VARIATIONS_VARIATIONS_HTTP_HEADER_PROVIDER_H_
|
| +#ifndef COMPONENTS_VARIATIONS_NET_VARIATIONS_HTTP_HEADER_PROVIDER_H_
|
| +#define COMPONENTS_VARIATIONS_NET_VARIATIONS_HTTP_HEADER_PROVIDER_H_
|
|
|
| #include <set>
|
| #include <string>
|
| @@ -110,4 +110,4 @@ class VariationsHttpHeaderProvider : base::FieldTrialList::Observer {
|
|
|
| } // namespace variations
|
|
|
| -#endif // COMPONENTS_VARIATIONS_VARIATIONS_HTTP_HEADER_PROVIDER_H_
|
| +#endif // COMPONENTS_VARIATIONS_NET_VARIATIONS_HTTP_HEADER_PROVIDER_H_
|
|
|