| 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
|
|
|