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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 10492009: Move test headers from content\test to content\public\test. This way we can enforce that internal c… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac Created 8 years, 6 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: 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() {

Powered by Google App Engine
This is Rietveld 408576698