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

Unified Diff: components/sync/driver/sync_stopped_reporter_unittest.cc

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 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/sync_stopped_reporter_unittest.cc
diff --git a/components/sync/driver/sync_stopped_reporter_unittest.cc b/components/sync/driver/sync_stopped_reporter_unittest.cc
index 51490e4af4aa399bb7fda944338e9ac10d5859a3..501c2b7c36c95d89009edf1838c6ba8e04e57026 100644
--- a/components/sync/driver/sync_stopped_reporter_unittest.cc
+++ b/components/sync/driver/sync_stopped_reporter_unittest.cc
@@ -18,7 +18,7 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"
-namespace syncer {
+using browser_sync::SyncStoppedReporter;
const char kTestURL[] = "http://chromium.org/test";
const char kTestURLTrailingSlash[] = "http://chromium.org/test/";
@@ -202,5 +202,3 @@ TEST_F(SyncStoppedReporterTest, NoCallbackTimeout) {
ASSERT_TRUE(task_runner->HasPendingTask());
task_runner->RunPendingTasks();
}
-
-} // namespace syncer
« no previous file with comments | « components/sync/driver/sync_stopped_reporter.cc ('k') | components/sync/driver/sync_type_preference_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698