| Index: components/variations/variations_seed_simulator.h
|
| ===================================================================
|
| --- components/variations/variations_seed_simulator.h (revision 285608)
|
| +++ components/variations/variations_seed_simulator.h (working copy)
|
| @@ -15,7 +15,7 @@
|
| #include "components/variations/proto/study.pb.h"
|
| #include "components/variations/proto/variations_seed.pb.h"
|
|
|
| -namespace chrome_variations {
|
| +namespace variations {
|
|
|
| class ProcessedStudy;
|
| class VariationsSeed;
|
| @@ -100,6 +100,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(VariationsSeedSimulator);
|
| };
|
|
|
| -} // namespace chrome_variations
|
| +} // namespace variations
|
|
|
| #endif // COMPONENTS_VARIATIONS_VARIATIONS_SEED_SIMULATOR_H_
|
|
|