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

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

Issue 2563783002: ui + mus: Split ContextFactory into ContextFactory(Client) and ContextFactoryPrivate (Closed)
Patch Set: Restore mash Created 4 years 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: chrome/test/base/view_event_test_platform_part.h
diff --git a/chrome/test/base/view_event_test_platform_part.h b/chrome/test/base/view_event_test_platform_part.h
index 4fe53fcd4ce4201e8fd0826b9452c014d037cb96..f4eb27408c0182c64bc26e6c8d73bf7e070ebd87 100644
--- a/chrome/test/base/view_event_test_platform_part.h
+++ b/chrome/test/base/view_event_test_platform_part.h
@@ -10,6 +10,7 @@
namespace ui {
class ContextFactory;
+class ContextFactoryPrivate;
}
// A helper class owned by tests that performs platform specific initialization.
@@ -22,7 +23,9 @@ class ViewEventTestPlatformPart {
// Set up the platform-specific environment. Teardown is performed in the
// destructor.
- static ViewEventTestPlatformPart* Create(ui::ContextFactory* context_factory);
+ static ViewEventTestPlatformPart* Create(
+ ui::ContextFactory* context_factory,
+ ui::ContextFactoryPrivate* context_factory_private);
// The Widget context for creating the test window. This will be the Ash root
// window on ChromeOS environments. Otherwise it should return NULL.
« no previous file with comments | « chrome/test/base/view_event_test_base.cc ('k') | chrome/test/base/view_event_test_platform_part_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698