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

Unified Diff: chrome/test/base/in_process_browser_test.h

Issue 8253002: Move PageTransition into content namespace. While I'm touching all these files, I've also updated... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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 | « chrome/test/base/browser_with_test_window_test.cc ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/in_process_browser_test.h
===================================================================
--- chrome/test/base/in_process_browser_test.h (revision 105162)
+++ chrome/test/base/in_process_browser_test.h (working copy)
@@ -10,7 +10,7 @@
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/scoped_temp_dir.h"
-#include "content/common/page_transition_types.h"
+#include "content/public/common/page_transition_types.h"
#include "content/test/browser_test.h"
#include "content/test/browser_test_base.h"
#include "net/test/test_server.h"
@@ -92,12 +92,12 @@
void AddTabAtIndexToBrowser(Browser* browser,
int index,
const GURL& url,
- PageTransition::Type transition);
+ content::PageTransition transition);
void AddTabAtIndex(int index, const GURL& url,
- PageTransition::Type transition);
+ content::PageTransition transition);
// Adds a selected tab at |index| to |url| with the specified |transition|.
- void AddTabAt(int index, const GURL& url, PageTransition::Type transition);
+ void AddTabAt(int index, const GURL& url, content::PageTransition transition);
// Override this to add any custom setup code that needs to be done on the
// main thread after the browser is created and just before calling
« no previous file with comments | « chrome/test/base/browser_with_test_window_test.cc ('k') | chrome/test/base/in_process_browser_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698