| Index: content/public/test/test_browser_context.cc
|
| diff --git a/content/public/test/test_browser_context.cc b/content/public/test/test_browser_context.cc
|
| index b954c70bb98293afcb4e712bf4abd170e865347b..7dc1c84aff22b4ee51fde3acbd2a69430c885e73 100644
|
| --- a/content/public/test/test_browser_context.cc
|
| +++ b/content/public/test/test_browser_context.cc
|
| @@ -48,7 +48,7 @@ TestBrowserContext::TestBrowserContext() {
|
| TestBrowserContext::~TestBrowserContext() {
|
| }
|
|
|
| -FilePath TestBrowserContext::TakePath() {
|
| +base::FilePath TestBrowserContext::TakePath() {
|
| return browser_context_dir_.Take();
|
| }
|
|
|
| @@ -57,7 +57,7 @@ void TestBrowserContext::SetSpecialStoragePolicy(
|
| special_storage_policy_ = policy;
|
| }
|
|
|
| -FilePath TestBrowserContext::GetPath() {
|
| +base::FilePath TestBrowserContext::GetPath() {
|
| return browser_context_dir_.path();
|
| }
|
|
|
| @@ -94,7 +94,7 @@ TestBrowserContext::GetMediaRequestContextForRenderProcess(
|
|
|
| net::URLRequestContextGetter*
|
| TestBrowserContext::GetMediaRequestContextForStoragePartition(
|
| - const FilePath& partition_path,
|
| + const base::FilePath& partition_path,
|
| bool in_memory) {
|
| return NULL;
|
| }
|
|
|