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

Unified Diff: ui/display/manager/chromeos/test/action_logger_util.h

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 years, 11 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: ui/display/manager/chromeos/test/action_logger_util.h
diff --git a/ui/display/manager/chromeos/test/action_logger_util.h b/ui/display/manager/chromeos/test/action_logger_util.h
index e1a287d555f73bee714182cc8ef72d560712edb8..5aed29cde8b5f5bbea0ac1cef058ab791c7c4993 100644
--- a/ui/display/manager/chromeos/test/action_logger_util.h
+++ b/ui/display/manager/chromeos/test/action_logger_util.h
@@ -17,7 +17,7 @@ class Point;
class Size;
} // namespace gfx
-namespace ui {
+namespace display {
struct GammaRampRGBEntry;
class DisplayMode;
@@ -69,7 +69,7 @@ std::string GetSetHDCPStateAction(const DisplaySnapshot& output,
// Returns a string describing a TestNativeDisplayDelegate::SetColorCorrection()
// call;
std::string SetColorCorrectionAction(
- const ui::DisplaySnapshot& output,
+ const DisplaySnapshot& output,
const std::vector<GammaRampRGBEntry>& degamma_lut,
const std::vector<GammaRampRGBEntry>& gamma_lut,
const std::vector<float>& correction_matrix);
@@ -80,6 +80,6 @@ std::string SetColorCorrectionAction(
std::string JoinActions(const char* action, ...);
} // namespace test
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_UTIL_H_
« no previous file with comments | « ui/display/manager/chromeos/test/action_logger.cc ('k') | ui/display/manager/chromeos/test/action_logger_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698