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

Side by Side Diff: chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.h

Issue 2431433003: [Experimental Debug] Debugging ChromiumOS test failures.
Patch Set: Add changes from 2427863002 and 2421703002. Created 4 years, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_local_database_manager.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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_
OLDNEW
« no previous file with comments | « no previous file | components/safe_browsing_db/v4_local_database_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698