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

Unified Diff: ash/common/material_design/material_design_controller_unittest.cc

Issue 2053113002: Replaced BackgroundAnimator with ShelfBackgroundAnimator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved ash/test/material_design_controller_test_api.(h|cc) to ash/common/material_design/test/. Created 4 years, 6 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/common/material_design/material_design_controller_unittest.cc
diff --git a/ash/common/material_design/material_design_controller_unittest.cc b/ash/common/material_design/material_design_controller_unittest.cc
index b9a677249ec51110de275724ea1a8db77851ea66..69607eb6329fc45e2df631ad8671680df5b22ae5 100644
--- a/ash/common/material_design/material_design_controller_unittest.cc
+++ b/ash/common/material_design/material_design_controller_unittest.cc
@@ -7,8 +7,8 @@
#include "ash/ash_switches.h"
#include "ash/common/material_design/material_design_controller.h"
+#include "ash/common/material_design/test/material_design_controller_test_api.h"
#include "ash/test/ash_test_base.h"
-#include "ash/test/material_design_controller_test_api.h"
#include "base/command_line.h"
#include "base/macros.h"
#include "testing/gtest/include/gtest/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698