Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / components / sync_driver / fake_generic_change_processor.cc
index 9711e76..c306758 100644 (file)
@@ -6,10 +6,10 @@
 
 #include "base/location.h"
 #include "base/memory/weak_ptr.h"
-#include "sync/api/attachments/attachment_service_impl.h"
 #include "sync/api/syncable_service.h"
+#include "sync/internal_api/public/attachments/attachment_service_impl.h"
 
-namespace browser_sync {
+namespace sync_driver {
 
 FakeGenericChangeProcessor::FakeGenericChangeProcessor(
     SyncApiComponentFactory* sync_factory)
@@ -73,11 +73,11 @@ FakeGenericChangeProcessorFactory::~FakeGenericChangeProcessorFactory() {}
 scoped_ptr<GenericChangeProcessor>
 FakeGenericChangeProcessorFactory::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) {
   return processor_.PassAs<GenericChangeProcessor>();
 }
 
-}  // namespace browser_sync
+}  // namespace sync_driver