| Index: components/variations/service/variations_service_client.h
|
| diff --git a/components/variations/variations_service_client.h b/components/variations/service/variations_service_client.h
|
| similarity index 88%
|
| rename from components/variations/variations_service_client.h
|
| rename to components/variations/service/variations_service_client.h
|
| index 6ddccca2cf6c3c03de8af49af5b8c46e97a8f741..f1a8efed18fa5f232f8217cbeb7c8a3139e5ebf1 100644
|
| --- a/components/variations/variations_service_client.h
|
| +++ b/components/variations/service/variations_service_client.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_SERVICE_CLIENT_H_
|
| -#define COMPONENTS_VARIATIONS_VARIATIONS_SERVICE_CLIENT_H_
|
| +#ifndef COMPONENTS_VARIATIONS_SERVICE_VARIATIONS_SERVICE_CLIENT_H_
|
| +#define COMPONENTS_VARIATIONS_SERVICE_VARIATIONS_SERVICE_CLIENT_H_
|
|
|
| #include <string>
|
|
|
| @@ -53,4 +53,4 @@ class VariationsServiceClient {
|
|
|
| } // namespace chrome_variations
|
|
|
| -#endif // COMPONENTS_VARIATIONS_VARIATIONS_SERVICE_CLIENT_H_
|
| +#endif // COMPONENTS_VARIATIONS_SERVICE_VARIATIONS_SERVICE_CLIENT_H_
|
|
|