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

Unified Diff: components/variations/variations_associated_data.cc

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/variations_associated_data.cc
===================================================================
--- components/variations/variations_associated_data.cc (revision 285608)
+++ components/variations/variations_associated_data.cc (working copy)
@@ -10,13 +10,8 @@
#include "base/memory/singleton.h"
-namespace chrome_variations {
+namespace variations {
-// TODO(asvitkine): Delete these when this file moves to variations namespace.
-using variations::ActiveGroupId;
-using variations::ActiveGroupIdCompare;
-using variations::MakeActiveGroupId;
-
namespace {
// The internal singleton accessor for the map, used to keep it thread-safe.
@@ -239,4 +234,4 @@
} // namespace testing
-} // namespace chrome_variations
+} // namespace variations
« no previous file with comments | « components/variations/variations_associated_data.h ('k') | components/variations/variations_associated_data_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698