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

Unified Diff: sync/protocol/proto_enum_conversions.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/protocol/DEPS ('k') | sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/proto_enum_conversions.h
diff --git a/chrome/browser/sync/protocol/proto_enum_conversions.h b/sync/protocol/proto_enum_conversions.h
similarity index 85%
rename from chrome/browser/sync/protocol/proto_enum_conversions.h
rename to sync/protocol/proto_enum_conversions.h
index 76a912e91f6f2df45e024f1d21964bf7fdcff76f..fb8d44ba00b8a0b056ca1664d32ce6cb80ebf806 100644
--- a/chrome/browser/sync/protocol/proto_enum_conversions.h
+++ b/sync/protocol/proto_enum_conversions.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_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
-#define CHROME_BROWSER_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
+#ifndef SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
+#define SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
#pragma once
// Keep this file in sync with the .proto files in this directory.
@@ -37,4 +37,4 @@ const char* GetDeviceTypeString(
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
+#endif // SYNC_PROTOCOL_PROTO_ENUM_CONVERSIONS_H_
« no previous file with comments | « sync/protocol/DEPS ('k') | sync/protocol/proto_enum_conversions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698