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

Unified Diff: content/public/test/web_contents_tester.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: content/public/test/web_contents_tester.h
diff --git a/content/public/test/web_contents_tester.h b/content/public/test/web_contents_tester.h
index 25a80f289f680bd8b74e94fa5148b2c9c08af29b..24953ed9c258111a4428ac22d0fee1d09a4b2981 100644
--- a/content/public/test/web_contents_tester.h
+++ b/content/public/test/web_contents_tester.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_PUBLIC_TEST_WEB_CONTENTS_TESTER_H_
#define CONTENT_PUBLIC_TEST_WEB_CONTENTS_TESTER_H_
-#include "content/public/common/page_transition_types.h"
+#include "ui/base/page_transition_types.h"
class GURL;
@@ -80,14 +80,14 @@ class WebContentsTester {
virtual void TestDidNavigate(RenderFrameHost* render_frame_host,
int page_id,
const GURL& url,
- PageTransition transition) = 0;
+ ui::PageTransition transition) = 0;
virtual void TestDidNavigateWithReferrer(
RenderFrameHost* render_frame_host,
int page_id,
const GURL& url,
const Referrer& referrer,
- PageTransition transition) = 0;
+ ui::PageTransition transition) = 0;
// Promote ComputeWebkitPrefs to public.
virtual WebPreferences TestComputeWebkitPrefs() = 0;
« no previous file with comments | « content/public/test/test_renderer_host.cc ('k') | content/renderer/accessibility/renderer_accessibility_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698