Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1131)

Unified Diff: sync/engine/download_updates_command.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Tim's comments Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/engine/conflict_resolver.cc ('k') | sync/engine/download_updates_command.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/engine/conflict_resolver.cc ('k') | sync/engine/download_updates_command.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698