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

Unified Diff: ui/display/manager/chromeos/test/action_logger.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.h
diff --git a/ui/display/manager/chromeos/test/action_logger.h b/ui/display/manager/chromeos/test/action_logger.h
index bf9607437eca6eb80c54a6a9912312d19683d1a8..60e19723afbfeaf2a0db911f50c91aeba429e444 100644
--- a/ui/display/manager/chromeos/test/action_logger.h
+++ b/ui/display/manager/chromeos/test/action_logger.h
@@ -9,7 +9,7 @@
#include "base/macros.h"
-namespace ui {
+namespace display {
namespace test {
class ActionLogger {
@@ -31,6 +31,6 @@ class ActionLogger {
};
} // namespace test
-} // namespace ui
+} // namespace display
#endif // UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_H_

Powered by Google App Engine
This is Rietveld 408576698