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

Unified Diff: components/metrics/serialization/serialization_utils.h

Issue 394093003: Moves components/metrics/chromeos to c/m/serialization/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added os=="linux" GYP guards Created 6 years, 5 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
Index: components/metrics/serialization/serialization_utils.h
diff --git a/components/metrics/chromeos/serialization_utils.h b/components/metrics/serialization/serialization_utils.h
similarity index 88%
rename from components/metrics/chromeos/serialization_utils.h
rename to components/metrics/serialization/serialization_utils.h
index 1fb27bc0c75ec852c3058b436054ec2a94933c2e..17e5e4cebc550d654296413448af4d6e00ec6b67 100644
--- a/components/metrics/chromeos/serialization_utils.h
+++ b/components/metrics/serialization/serialization_utils.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_METRICS_CHROMEOS_SERIALIZATION_UTILS_H_
-#define COMPONENTS_METRICS_CHROMEOS_SERIALIZATION_UTILS_H_
+#ifndef COMPONENTS_METRICS_SERIALIZATION_SERIALIZATION_UTILS_H_
+#define COMPONENTS_METRICS_SERIALIZATION_SERIALIZATION_UTILS_H_
#include <string>
@@ -45,4 +45,4 @@ static const int kMessageMaxLength = 1024;
} // namespace SerializationUtils
} // namespace metrics
-#endif // COMPONENTS_METRICS_CHROMEOS_SERIALIZATION_UTILS_H_
+#endif // COMPONENTS_METRICS_SERIALIZATION_SERIALIZATION_UTILS_H_
« no previous file with comments | « components/metrics/serialization/metric_sample.cc ('k') | components/metrics/serialization/serialization_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698