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

Unified Diff: content/public/test/browser_test_base.cc

Issue 11340029: Move remaining files in content\browser to the content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
« content/browser/user_metrics.cc ('K') | « content/public/browser/site_instance.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/browser_test_base.cc
===================================================================
--- content/public/test/browser_test_base.cc (revision 164795)
+++ content/public/test/browser_test_base.cc (working copy)
@@ -16,8 +16,6 @@
#include "base/system_monitor/system_monitor.h"
#endif
-extern int BrowserMain(const content::MainFunctionParams&);
-
namespace {
#if defined(OS_POSIX)
@@ -39,6 +37,8 @@
namespace content {
+extern int BrowserMain(const content::MainFunctionParams&);
tfarina 2012/10/30 21:59:50 nit: no content:: here, mind also name the paramet
+
BrowserTestBase::BrowserTestBase() {
#if defined(OS_MACOSX)
base::mac::SetOverrideAmIBundled(true);
« content/browser/user_metrics.cc ('K') | « content/public/browser/site_instance.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698