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

Unified Diff: sync/engine/model_safe_worker.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/model_changing_syncer_command_unittest.cc ('k') | sync/engine/model_safe_worker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/model_safe_worker.h
diff --git a/chrome/browser/sync/engine/model_safe_worker.h b/sync/engine/model_safe_worker.h
similarity index 93%
rename from chrome/browser/sync/engine/model_safe_worker.h
rename to sync/engine/model_safe_worker.h
index 8ed3448a501df723842d2cdc80ff8c46f4daf48b..ced63d6adab45013ed85db4b7f7d846274c41741 100644
--- a/chrome/browser/sync/engine/model_safe_worker.h
+++ b/sync/engine/model_safe_worker.h
@@ -2,8 +2,8 @@
// 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_MODEL_SAFE_WORKER_H_
-#define CHROME_BROWSER_SYNC_ENGINE_MODEL_SAFE_WORKER_H_
+#ifndef SYNC_ENGINE_MODEL_SAFE_WORKER_H_
+#define SYNC_ENGINE_MODEL_SAFE_WORKER_H_
#pragma once
#include <map>
@@ -12,8 +12,8 @@
#include "base/callback.h"
#include "base/memory/ref_counted.h"
-#include "chrome/browser/sync/internal_api/includes/syncer_error.h"
-#include "chrome/browser/sync/syncable/model_type.h"
+#include "sync/syncable/model_type.h"
+#include "sync/util/syncer_error.h"
namespace base {
class DictionaryValue;
@@ -109,4 +109,4 @@ class ModelSafeWorkerRegistrar {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_ENGINE_MODEL_SAFE_WORKER_H_
+#endif // SYNC_ENGINE_MODEL_SAFE_WORKER_H_
« no previous file with comments | « sync/engine/model_changing_syncer_command_unittest.cc ('k') | sync/engine/model_safe_worker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698