| Index: components/sync/base/model_type_test_util.cc
|
| diff --git a/components/sync/base/model_type_test_util.cc b/components/sync/base/model_type_test_util.cc
|
| index 34bdbd42c9a63f77687cb825f7534623a45fc272..8378b2909b1e3a461ee4686271d5dfcb35230edf 100644
|
| --- a/components/sync/base/model_type_test_util.cc
|
| +++ b/components/sync/base/model_type_test_util.cc
|
| @@ -2,9 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/macros.h"
|
| #include "components/sync/base/model_type_test_util.h"
|
|
|
| +#include "base/macros.h"
|
| +
|
| namespace syncer {
|
|
|
| void PrintTo(ModelTypeSet model_types, ::std::ostream* os) {
|
|
|