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

Unified Diff: sync/protocol/sync_enums.proto

Issue 562603002: Move PageTransition from //content/public/common to //ui/base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 | « extensions/shell/renderer/shell_content_renderer_client.cc ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/protocol/sync_enums.proto
diff --git a/sync/protocol/sync_enums.proto b/sync/protocol/sync_enums.proto
index 9ee2a9cafdd818ef4f1448fcb3f8ec24d8c4cf4d..ec1ee652f1aa8c44c6df994480ca2403417b9fdd 100644
--- a/sync/protocol/sync_enums.proto
+++ b/sync/protocol/sync_enums.proto
@@ -45,9 +45,8 @@ message SyncEnums {
// generated.
}
- // See content/public/common/page_transition_types.h for detailed
- // information on the values of PageTransition and
- // PageTransitionRedirectType below.
+ // See ui/base/page_transition_types.h for detailed information on the
+ // values of PageTransition and PageTransitionRedirectType below.
// Types of transitions between pages.
enum PageTransition {
« no previous file with comments | « extensions/shell/renderer/shell_content_renderer_client.cc ('k') | ui/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698