Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Unified Diff: components/sync_driver/glue/ui_model_worker_unittest.cc

Issue 1414233002: Unify include structure in //components/sync_driver unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698