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

Unified Diff: components/sync/js/sync_js_controller_unittest.cc

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « components/sync/js/sync_js_controller.cc ('k') | components/sync/protocol/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/js/sync_js_controller_unittest.cc
diff --git a/sync/js/sync_js_controller_unittest.cc b/components/sync/js/sync_js_controller_unittest.cc
similarity index 89%
rename from sync/js/sync_js_controller_unittest.cc
rename to components/sync/js/sync_js_controller_unittest.cc
index bb834c535fea0db57732283b07b50e4af863d059..51622c09f2e934c6177fe21195bc9f57239128d9 100644
--- a/sync/js/sync_js_controller_unittest.cc
+++ b/components/sync/js/sync_js_controller_unittest.cc
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sync/js/sync_js_controller.h"
+#include "components/sync/js/sync_js_controller.h"
#include "base/run_loop.h"
#include "base/values.h"
-#include "sync/js/js_event_details.h"
-#include "sync/js/js_test_util.h"
+#include "components/sync/js/js_event_details.h"
+#include "components/sync/js/js_test_util.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -21,9 +21,7 @@ using ::testing::StrictMock;
class SyncJsControllerTest : public testing::Test {
protected:
- void PumpLoop() {
- base::RunLoop().RunUntilIdle();
- }
+ void PumpLoop() { base::RunLoop().RunUntilIdle(); }
private:
base::MessageLoop message_loop_;
« no previous file with comments | « components/sync/js/sync_js_controller.cc ('k') | components/sync/protocol/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698