| Index: ash/desktop_background/desktop_background_controller_test_api.cc
|
| diff --git a/ash/desktop_background/desktop_background_controller_test_api.cc b/ash/desktop_background/desktop_background_controller_test_api.cc
|
| index 5bb7c0d426f2b58e789fab38af84d3d59e4e044f..dcbdedf262af3d9e3a3e57e31962d6b455db9b02 100644
|
| --- a/ash/desktop_background/desktop_background_controller_test_api.cc
|
| +++ b/ash/desktop_background/desktop_background_controller_test_api.cc
|
| @@ -8,8 +8,7 @@ namespace ash {
|
|
|
| DesktopBackgroundController::TestAPI::TestAPI(
|
| DesktopBackgroundController* controller)
|
| - : controller_(controller) {
|
| -}
|
| + : controller_(controller) {}
|
|
|
| void DesktopBackgroundController::TestAPI::set_wallpaper_reload_delay_for_test(
|
| bool value) {
|
|
|