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

Unified Diff: components/variations/processed_study.h

Issue 412943002: Move variations component code to variations namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/variations/processed_study.h
===================================================================
--- components/variations/processed_study.h (revision 285608)
+++ components/variations/processed_study.h (working copy)
@@ -10,7 +10,7 @@
#include "base/metrics/field_trial.h"
-namespace chrome_variations {
+namespace variations {
class Study;
@@ -51,6 +51,6 @@
bool is_expired_;
};
-} // namespace chrome_variations
+} // namespace variations
#endif // COMPONENTS_VARIATIONS_PROCESSED_STUDY_H_
« no previous file with comments | « components/variations/android/variations_associated_data_android.cc ('k') | components/variations/processed_study.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698