Index: trunk/src/components/variations/variations_associated_data.cc |
=================================================================== |
--- trunk/src/components/variations/variations_associated_data.cc (revision 285674) |
+++ trunk/src/components/variations/variations_associated_data.cc (working copy) |
@@ -10,8 +10,13 @@ |
#include "base/memory/singleton.h" |
-namespace variations { |
+namespace chrome_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. |
@@ -234,4 +239,4 @@ |
} // namespace testing |
-} // namespace variations |
+} // namespace chrome_variations |