| Index: components/sync_driver/model_association_manager_unittest.cc
|
| diff --git a/components/sync_driver/model_association_manager_unittest.cc b/components/sync_driver/model_association_manager_unittest.cc
|
| index f1e9e1e4ca37e0451e878ad917b72d2f9039508f..5d614c934228483c535352471f14c5c61d95fafb 100644
|
| --- a/components/sync_driver/model_association_manager_unittest.cc
|
| +++ b/components/sync_driver/model_association_manager_unittest.cc
|
| @@ -2,10 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "components/sync_driver/model_association_manager.h"
|
| +
|
| #include "base/callback.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "components/sync_driver/fake_data_type_controller.h"
|
| -#include "components/sync_driver/model_association_manager.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|