Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: components/variations/service/variations_service_client.h

Issue 1306893007: //components/variations: Create separate target for VariationsService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/variations/service/BUILD.gn ('k') | components/variations/variations_service_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/variations/service/BUILD.gn ('k') | components/variations/variations_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698