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

Unified Diff: chrome/app/resources/resources_unittest.cc

Issue 1878943002: Revert of Makes MaterialDesignController initialization explicit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/resources_unittest.cc
diff --git a/chrome/app/resources/resources_unittest.cc b/chrome/app/resources/resources_unittest.cc
index eff82b22d5cc1a535c946acfa813d9d07909c23b..f504010a4cc4cbb6385e40834a7806458e7e9309 100644
--- a/chrome/app/resources/resources_unittest.cc
+++ b/chrome/app/resources/resources_unittest.cc
@@ -13,7 +13,6 @@
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/base/l10n/l10n_util.h"
-#include "ui/base/material_design/material_design_controller.h"
#include "ui/base/resource/resource_bundle.h"
#include "ui/base/ui_base_paths.h"
@@ -21,7 +20,6 @@
protected:
ResourcesTest() {
ui::RegisterPathProvider();
- ui::MaterialDesignController::Initialize();
ResourceBundle::InitSharedInstanceWithLocale(
"en-US", nullptr, ResourceBundle::LOAD_COMMON_RESOURCES);
}
« no previous file with comments | « chrome/app/chrome_main_delegate.cc ('k') | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698