X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fsync_driver%2Fshared_change_processor.h;h=fee93fe9868e36bd1c0c5fccf0ba2bf09ee308bc;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=b2b101efb89ca73f191400f498a6f6f1c1af60f6;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/sync_driver/shared_change_processor.h b/src/components/sync_driver/shared_change_processor.h index b2b101e..fee93fe 100644 --- a/src/components/sync_driver/shared_change_processor.h +++ b/src/components/sync_driver/shared_change_processor.h @@ -23,7 +23,7 @@ class SyncableService; struct UserShare; } // namespace syncer -namespace browser_sync { +namespace sync_driver { class ChangeProcessor; class GenericChangeProcessor; @@ -60,7 +60,7 @@ class SharedChangeProcessor // Note: If this SharedChangeProcessor has been disconnected, or the // syncer::SyncableService was not alive, will return a null weak pointer. virtual base::WeakPtr Connect( - browser_sync::SyncApiComponentFactory* sync_factory, + SyncApiComponentFactory* sync_factory, GenericChangeProcessorFactory* processor_factory, syncer::UserShare* user_share, DataTypeErrorHandler* error_handler, @@ -137,6 +137,6 @@ class SharedChangeProcessor DISALLOW_COPY_AND_ASSIGN(SharedChangeProcessor); }; -} // namespace browser_sync +} // namespace sync_driver #endif // COMPONENTS_SYNC_DRIVER_SHARED_CHANGE_PROCESSOR_H_