Home | History | Annotate | Download | only in search_engines

Lines Matching refs:TestChangeProcessor

83 // TestChangeProcessor --------------------------------------------------------
87 class TestChangeProcessor : public syncer::SyncChangeProcessor {
89 TestChangeProcessor();
90 virtual ~TestChangeProcessor();
120 DISALLOW_COPY_AND_ASSIGN(TestChangeProcessor);
123 TestChangeProcessor::TestChangeProcessor() : erroneous_(false) {
126 TestChangeProcessor::~TestChangeProcessor() {
129 syncer::SyncError TestChangeProcessor::ProcessSyncChanges(
167 TestChangeProcessor* processor() { return sync_processor_.get(); }
219 scoped_ptr<TestChangeProcessor> sync_processor_;
226 : sync_processor_(new TestChangeProcessor),