| Index: ash/test/test_shell_delegate.cc
|
| ===================================================================
|
| --- ash/test/test_shell_delegate.cc (revision 140250)
|
| +++ ash/test/test_shell_delegate.cc (working copy)
|
| @@ -10,7 +10,7 @@
|
| #include "ash/shell.h"
|
| #include "ash/shell_window_ids.h"
|
| #include "ash/test/test_launcher_delegate.h"
|
| -#include "content/test/test_browser_context.h"
|
| +#include "content/public/test/test_browser_context.h"
|
| #include "grit/ui_resources.h"
|
| #include "ui/aura/window.h"
|
|
|
| @@ -73,7 +73,7 @@
|
| }
|
|
|
| content::BrowserContext* TestShellDelegate::GetCurrentBrowserContext() {
|
| - return new TestBrowserContext();
|
| + return new content::TestBrowserContext();
|
| }
|
|
|
| void TestShellDelegate::ToggleSpokenFeedback() {
|
|
|