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

Unified Diff: ash/mus/app_launch_unittest.cc

Issue 2758323002: Broke out layout metric information from ViewsDelegate to LayoutProvider (Closed)
Patch Set: Fix various unit-tests Created 3 years, 9 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/mus/app_launch_unittest.cc
diff --git a/ash/mus/app_launch_unittest.cc b/ash/mus/app_launch_unittest.cc
index 1ee880a4cd046ed73ef02a8e5978b7f25d95f3aa..f5085911ba78cb9c062bfbe830f218a63b92ff5a 100644
--- a/ash/mus/app_launch_unittest.cc
+++ b/ash/mus/app_launch_unittest.cc
@@ -10,6 +10,7 @@
#include "services/service_manager/public/cpp/service_test.h"
#include "services/ui/public/interfaces/constants.mojom.h"
#include "services/ui/public/interfaces/window_server_test.mojom.h"
+#include "ui/views/layout/views_layout_delegate.h"
namespace ash {
namespace mus {
@@ -30,6 +31,8 @@ class AppLaunchTest : public service_manager::test::ServiceTest {
ServiceTest::SetUp();
}
+ views::ViewsLayoutDelegate layout_delegate_;
+
DISALLOW_COPY_AND_ASSIGN(AppLaunchTest);
};
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/DEPS » ('j') | chrome/browser/chromeos/options/vpn_config_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698