| Index: components/variations/variations_seed_processor.h
|
| ===================================================================
|
| --- components/variations/variations_seed_processor.h (revision 285608)
|
| +++ components/variations/variations_seed_processor.h (working copy)
|
| @@ -18,7 +18,7 @@
|
| #include "components/variations/proto/study.pb.h"
|
| #include "components/variations/proto/variations_seed.pb.h"
|
|
|
| -namespace chrome_variations {
|
| +namespace variations {
|
|
|
| class ProcessedStudy;
|
|
|
| @@ -75,6 +75,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(VariationsSeedProcessor);
|
| };
|
|
|
| -} // namespace chrome_variations
|
| +} // namespace variations
|
|
|
| #endif // COMPONENTS_VARIATIONS_VARIATIONS_SEED_PROCESSOR_H_
|
|
|