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

Unified Diff: chrome/browser/sync/test/integration/typed_urls_helper.h

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
Index: chrome/browser/sync/test/integration/typed_urls_helper.h
diff --git a/chrome/browser/sync/test/integration/typed_urls_helper.h b/chrome/browser/sync/test/integration/typed_urls_helper.h
index d05795362214f65dab694965dc832babeaa6bc04..429b96c8de73e24d0796d67fe2f1046ba2ceea64 100644
--- a/chrome/browser/sync/test/integration/typed_urls_helper.h
+++ b/chrome/browser/sync/test/integration/typed_urls_helper.h
@@ -8,7 +8,7 @@
#include <vector>
#include "chrome/browser/history/history_types.h"
-#include "content/public/common/page_transition_types.h"
+#include "ui/base/page_transition_types.h"
namespace base {
class Time;
@@ -37,7 +37,7 @@ void AddUrlToHistory(int index, const GURL& url);
// new visit if the URL already exists), using the passed PageTransition.
void AddUrlToHistoryWithTransition(int index,
const GURL& url,
- content::PageTransition transition,
+ ui::PageTransition transition,
history::VisitSource source);
// Adds a URL to the history DB for a specific sync profile (just registers a
@@ -45,7 +45,7 @@ void AddUrlToHistoryWithTransition(int index,
// timestamp.
void AddUrlToHistoryWithTimestamp(int index,
const GURL& url,
- content::PageTransition transition,
+ ui::PageTransition transition,
history::VisitSource source,
const base::Time& timestamp);

Powered by Google App Engine
This is Rietveld 408576698