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

Unified Diff: sync/engine/syncer_proto_util.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/syncer_command.cc ('k') | sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/syncer_proto_util.h
diff --git a/chrome/browser/sync/engine/syncer_proto_util.h b/sync/engine/syncer_proto_util.h
similarity index 92%
rename from chrome/browser/sync/engine/syncer_proto_util.h
rename to sync/engine/syncer_proto_util.h
index e9d3c79bd1fa404e4914562ed5830a0f53adda11..e8086b5502f220a7bbc6b84aba77f14121429e3d 100644
--- a/chrome/browser/sync/engine/syncer_proto_util.h
+++ b/sync/engine/syncer_proto_util.h
@@ -2,18 +2,18 @@
// 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_SYNCER_PROTO_UTIL_H_
-#define CHROME_BROWSER_SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
+#ifndef SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
+#define SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
#pragma once
#include <string>
#include "base/gtest_prod_util.h"
#include "base/time.h"
-#include "chrome/browser/sync/internal_api/includes/syncer_error.h"
-#include "chrome/browser/sync/sessions/sync_session.h"
-#include "chrome/browser/sync/syncable/blob.h"
-#include "chrome/browser/sync/syncable/model_type.h"
+#include "sync/sessions/sync_session.h"
+#include "sync/syncable/blob.h"
+#include "sync/syncable/model_type.h"
+#include "sync/util/syncer_error.h"
namespace syncable {
class Directory;
@@ -135,4 +135,4 @@ class SyncerProtoUtil {
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
+#endif // SYNC_ENGINE_SYNCER_PROTO_UTIL_H_
« no previous file with comments | « sync/engine/syncer_command.cc ('k') | sync/engine/syncer_proto_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698