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

Unified Diff: components/sync_driver/shared_change_processor_unittest.cc

Issue 408003002: [Sync] Fix namespace for sync_driver component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 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
Index: components/sync_driver/shared_change_processor_unittest.cc
diff --git a/components/sync_driver/shared_change_processor_unittest.cc b/components/sync_driver/shared_change_processor_unittest.cc
index 0282b15a7ce4cf721735f6e4a039e5e36af95d72..ad8538bdbe4569f818cbac5276f29390c55547c1 100644
--- a/components/sync_driver/shared_change_processor_unittest.cc
+++ b/components/sync_driver/shared_change_processor_unittest.cc
@@ -20,7 +20,7 @@
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace browser_sync {
+namespace sync_driver {
namespace {
@@ -29,7 +29,7 @@ using ::testing::StrictMock;
class SyncSharedChangeProcessorTest :
public testing::Test,
- public browser_sync::SyncApiComponentFactory {
+ public SyncApiComponentFactory {
public:
SyncSharedChangeProcessorTest() : backend_thread_("dbthread"),
did_connect_(false) {}
@@ -142,4 +142,4 @@ TEST_F(SyncSharedChangeProcessorTest, Basic) {
} // namespace
-} // namespace browser_sync
+} // namespace sync_driver
« no previous file with comments | « components/sync_driver/shared_change_processor_ref.cc ('k') | components/sync_driver/sync_api_component_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698