| Index: ui/gl/async_pixel_transfer_delegate_android.h
|
| diff --git a/sync/api/sync_change_processor.cc b/ui/gl/async_pixel_transfer_delegate_android.h
|
| similarity index 61%
|
| copy from sync/api/sync_change_processor.cc
|
| copy to ui/gl/async_pixel_transfer_delegate_android.h
|
| index 4a0607e07f4349d9f06818e36b2a5b579b95a73b..4534b408c2e7d38fb52d6482877e7604ab725dc3 100644
|
| --- a/sync/api/sync_change_processor.cc
|
| +++ b/ui/gl/async_pixel_transfer_delegate_android.h
|
| @@ -2,12 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/api/sync_change_processor.h"
|
| +#ifndef UI_GL_ASYNC_TASK_DELEGATE_ANDROID_H_
|
| +#define UI_GL_ASYNC_TASK_DELEGATE_ANDROID_H_
|
|
|
| -namespace syncer {
|
| +namespace gfx {
|
| +} // namespace gfx
|
|
|
| -SyncChangeProcessor::SyncChangeProcessor() {}
|
| -
|
| -SyncChangeProcessor::~SyncChangeProcessor() {}
|
| -
|
| -} // namespace syncer
|
| +#endif // UI_GL_ASYNC_TASK_DELEGATE_ANDROID_H_
|
|
|