| Index: components/sync/driver/data_type_status_table.cc
|
| diff --git a/components/sync/driver/data_type_status_table.cc b/components/sync/driver/data_type_status_table.cc
|
| index 85d5a2b7b1a941d0e8d3ad55e089effbfe501cf0..cee09178c9d5c919eda8ef3bf138f45e5ea7a47a 100644
|
| --- a/components/sync/driver/data_type_status_table.cc
|
| +++ b/components/sync/driver/data_type_status_table.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 "components/sync/driver/data_type_manager.h"
|
| #include "components/sync/driver/data_type_status_table.h"
|
|
|
| +#include "components/sync/driver/data_type_manager.h"
|
| +
|
| namespace sync_driver {
|
|
|
| namespace {
|
|
|