Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / sync_driver / fake_generic_change_processor.h
index bb7b443..671e0fc 100644 (file)
@@ -11,7 +11,7 @@
 #include "components/sync_driver/sync_api_component_factory.h"
 #include "sync/api/sync_error.h"
 
-namespace browser_sync {
+namespace sync_driver {
 
 // A fake GenericChangeProcessor that can return arbitrary values.
 class FakeGenericChangeProcessor : public GenericChangeProcessor {
@@ -50,7 +50,7 @@ class FakeGenericChangeProcessorFactory : public GenericChangeProcessorFactory {
   virtual ~FakeGenericChangeProcessorFactory();
   virtual scoped_ptr<GenericChangeProcessor> CreateGenericChangeProcessor(
       syncer::UserShare* user_share,
-      browser_sync::DataTypeErrorHandler* error_handler,
+      DataTypeErrorHandler* error_handler,
       const base::WeakPtr<syncer::SyncableService>& local_service,
       const base::WeakPtr<syncer::SyncMergeResult>& merge_result,
       SyncApiComponentFactory* sync_factory) OVERRIDE;
@@ -60,6 +60,6 @@ class FakeGenericChangeProcessorFactory : public GenericChangeProcessorFactory {
   DISALLOW_COPY_AND_ASSIGN(FakeGenericChangeProcessorFactory);
 };
 
-}  // namespace browser_sync
+}  // namespace sync_driver
 
 #endif  // COMPONENTS_SYNC_DRIVER_FAKE_GENERIC_CHANGE_PROCESSOR_H_