| Index: sync/engine/download_updates_command.h
|
| diff --git a/chrome/browser/sync/engine/download_updates_command.h b/sync/engine/download_updates_command.h
|
| similarity index 86%
|
| rename from chrome/browser/sync/engine/download_updates_command.h
|
| rename to sync/engine/download_updates_command.h
|
| index b15a04e249dc3efae930456c6eb25fcc12914b10..9e71610faacf959ff3764ee47bea3ddddcd4177c 100644
|
| --- a/chrome/browser/sync/engine/download_updates_command.h
|
| +++ b/sync/engine/download_updates_command.h
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_SYNC_ENGINE_DOWNLOAD_UPDATES_COMMAND_H_
|
| -#define CHROME_BROWSER_SYNC_ENGINE_DOWNLOAD_UPDATES_COMMAND_H_
|
| +#ifndef SYNC_ENGINE_DOWNLOAD_UPDATES_COMMAND_H_
|
| +#define SYNC_ENGINE_DOWNLOAD_UPDATES_COMMAND_H_
|
| #pragma once
|
|
|
| #include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/gtest_prod_util.h"
|
| -#include "chrome/browser/sync/engine/model_safe_worker.h"
|
| -#include "chrome/browser/sync/engine/syncer_command.h"
|
| -#include "chrome/browser/sync/syncable/model_type.h"
|
| +#include "sync/engine/model_safe_worker.h"
|
| +#include "sync/engine/syncer_command.h"
|
| #include "sync/protocol/sync.pb.h"
|
| +#include "sync/syncable/model_type.h"
|
|
|
| namespace sync_pb {
|
| class EntitySpecifics;
|
| @@ -61,5 +61,5 @@ class DownloadUpdatesCommand : public SyncerCommand {
|
|
|
| } // namespace browser_sync
|
|
|
| -#endif // CHROME_BROWSER_SYNC_ENGINE_DOWNLOAD_UPDATES_COMMAND_H_
|
| +#endif // SYNC_ENGINE_DOWNLOAD_UPDATES_COMMAND_H_
|
|
|
|
|