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

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

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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 501c2b7c36c95d89009edf1838c6ba8e04e57026..51490e4af4aa399bb7fda944338e9ac10d5859a3 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"
-using browser_sync::SyncStoppedReporter;
+namespace syncer {
const char kTestURL[] = "http://chromium.org/test";
const char kTestURLTrailingSlash[] = "http://chromium.org/test/";
@@ -202,3 +202,5 @@ 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