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

Unified Diff: chrome/test/base/view_event_test_platform_part_chromeos.cc

Issue 1998933002: Update shelf spacing in Chrome OS according to the MD specs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/test/base/view_event_test_platform_part_chromeos.cc
diff --git a/chrome/test/base/view_event_test_platform_part_chromeos.cc b/chrome/test/base/view_event_test_platform_part_chromeos.cc
index 399595defe39f98d4c09b5fdf932e04ecd794089..a39bad9a97a5ee9359c29e2225bb04312c10c049 100644
--- a/chrome/test/base/view_event_test_platform_part_chromeos.cc
+++ b/chrome/test/base/view_event_test_platform_part_chromeos.cc
@@ -7,6 +7,7 @@
#include <memory>
#include "ash/ash_switches.h"
+#include "ash/material_design/material_design_controller.h"
#include "ash/shell.h"
#include "ash/shell_init_params.h"
#include "ash/test/ash_test_helper.h"
@@ -57,6 +58,7 @@ ViewEventTestPlatformPartChromeOS::ViewEventTestPlatformPartChromeOS(
chromeos::DBusClientBundle::BLUETOOTH));
chromeos::CrasAudioHandler::InitializeForTesting();
chromeos::NetworkHandler::Initialize();
+ ash::MaterialDesignController::Initialize();
bruthig 2016/05/25 20:24:53 This test fixture should clean up after itself by
yiyix 2016/06/02 03:54:54 The Uninitialize() function simply set the mode to
env_ = aura::Env::CreateInstance();
ash::test::TestShellDelegate* shell_delegate =

Powered by Google App Engine
This is Rietveld 408576698