| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 // Blah comment |
| 6 |
| 5 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_USERS_WALLPAPER_WALLPAPER_MANAGER_TEST_UTI
LS_H_ | 7 #ifndef CHROME_BROWSER_CHROMEOS_LOGIN_USERS_WALLPAPER_WALLPAPER_MANAGER_TEST_UTI
LS_H_ |
| 6 #define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_WALLPAPER_WALLPAPER_MANAGER_TEST_UTI
LS_H_ | 8 #define CHROME_BROWSER_CHROMEOS_LOGIN_USERS_WALLPAPER_WALLPAPER_MANAGER_TEST_UTI
LS_H_ |
| 7 | 9 |
| 8 #include <vector> | 10 #include <vector> |
| 9 | 11 |
| 10 #include "ash/common/ash_constants.h" | 12 #include "ash/common/ash_constants.h" |
| 11 #include "ui/gfx/image/image_skia.h" | 13 #include "ui/gfx/image/image_skia.h" |
| 12 | 14 |
| 13 namespace base { | 15 namespace base { |
| 14 class CommandLine; | 16 class CommandLine; |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 // wallpaper images to them. | 69 // wallpaper images to them. |
| 68 // Only needs to be called (once) by tests that want to test loading of | 70 // Only needs to be called (once) by tests that want to test loading of |
| 69 // default wallpapers. | 71 // default wallpapers. |
| 70 void CreateCmdlineWallpapers(const base::ScopedTempDir& dir, | 72 void CreateCmdlineWallpapers(const base::ScopedTempDir& dir, |
| 71 std::unique_ptr<base::CommandLine>* command_line); | 73 std::unique_ptr<base::CommandLine>* command_line); |
| 72 | 74 |
| 73 } // namespace wallpaper_manager_test_utils | 75 } // namespace wallpaper_manager_test_utils |
| 74 } // namespace chromeos | 76 } // namespace chromeos |
| 75 | 77 |
| 76 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_WALLPAPER_WALLPAPER_MANAGER_TEST_
UTILS_H_ | 78 #endif // CHROME_BROWSER_CHROMEOS_LOGIN_USERS_WALLPAPER_WALLPAPER_MANAGER_TEST_
UTILS_H_ |
| OLD | NEW |