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

Unified Diff: sync/protocol/proto_value_conversions.h

Issue 9699057: [Sync] Move 'sync' target to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix some minor diffs 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
Index: sync/protocol/proto_value_conversions.h
diff --git a/chrome/browser/sync/protocol/proto_value_conversions.h b/sync/protocol/proto_value_conversions.h
similarity index 95%
rename from chrome/browser/sync/protocol/proto_value_conversions.h
rename to sync/protocol/proto_value_conversions.h
index fb323266f4902fd3df690db5af50c44044a37ce7..79bf1b1629baa80386930925cd648eb9cd907ac8 100644
--- a/chrome/browser/sync/protocol/proto_value_conversions.h
+++ b/sync/protocol/proto_value_conversions.h
@@ -4,8 +4,8 @@
// Keep this file in sync with the .proto files in this directory.
-#ifndef CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
-#define CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
+#ifndef SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
+#define SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
#pragma once
namespace base {
@@ -139,4 +139,4 @@ base::DictionaryValue* EntitySpecificsToValue(
} // namespace browser_sync
-#endif // CHROME_BROWSER_SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_
+#endif // SYNC_PROTOCOL_PROTO_VALUE_CONVERSIONS_H_

Powered by Google App Engine
This is Rietveld 408576698