Index: components/sync_driver/glue/ui_model_worker_unittest.cc |
diff --git a/components/sync_driver/glue/ui_model_worker_unittest.cc b/components/sync_driver/glue/ui_model_worker_unittest.cc |
index b9be1a1b285af64dfa7d7a9e7f1fd4e0e45a1c71..ec7bc88b6aba931148278a84058e6c5730d94001 100644 |
--- a/components/sync_driver/glue/ui_model_worker_unittest.cc |
+++ b/components/sync_driver/glue/ui_model_worker_unittest.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include "components/sync_driver/glue/ui_model_worker.h" |
+ |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
#include "base/callback.h" |
@@ -12,7 +14,6 @@ |
#include "base/synchronization/waitable_event.h" |
#include "base/thread_task_runner_handle.h" |
#include "base/threading/thread.h" |
-#include "components/sync_driver/glue/ui_model_worker.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using browser_sync::UIModelWorker; |