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

Unified Diff: ash/test/test_app_list_view_presenter_impl.cc

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 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
« no previous file with comments | « ash/test/test_app_list_view_presenter_impl.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/test_app_list_view_presenter_impl.cc
diff --git a/ash/test/test_app_list_view_presenter_impl.cc b/ash/test/test_app_list_view_presenter_impl.cc
new file mode 100644
index 0000000000000000000000000000000000000000..579babf44c9ef173c0167fbdd916c6e8f3e11162
--- /dev/null
+++ b/ash/test/test_app_list_view_presenter_impl.cc
@@ -0,0 +1,23 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ash/test/test_app_list_view_presenter_impl.h"
+
+#include "ash/app_list/app_list_presenter_delegate_factory.h"
+#include "base/memory/ptr_util.h"
+#include "ui/app_list/presenter/test/test_app_list_view_delegate_factory.h"
+
+namespace ash {
+namespace test {
+
+TestAppListViewPresenterImpl::TestAppListViewPresenterImpl()
+ : app_list::AppListPresenterImpl(base::MakeUnique<
+ AppListPresenterDelegateFactory>(
+ base::MakeUnique<app_list::test::TestAppListViewDelegateFactory>())) {
+}
+
+TestAppListViewPresenterImpl::~TestAppListViewPresenterImpl() {}
+
+} // namespace test
+} // namespace ash
« no previous file with comments | « ash/test/test_app_list_view_presenter_impl.h ('k') | ash/test/test_shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698