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

Unified Diff: ui/display/manager/chromeos/test/action_logger.cc

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.cc
diff --git a/ui/display/manager/chromeos/test/action_logger.cc b/ui/display/manager/chromeos/test/action_logger.cc
index 106f563cf78adebfe4b7827690f9a299c4e82ccd..688d70f5fb8c79a39980faf1782462ccebd742e9 100644
--- a/ui/display/manager/chromeos/test/action_logger.cc
+++ b/ui/display/manager/chromeos/test/action_logger.cc
@@ -4,7 +4,7 @@
#include "ui/display/manager/chromeos/test/action_logger.h"
-namespace ui {
+namespace display {
namespace test {
ActionLogger::ActionLogger() {}
@@ -24,4 +24,4 @@ std::string ActionLogger::GetActionsAndClear() {
}
} // namespace test
-} // namespace ui
+} // namespace display
« no previous file with comments | « ui/display/manager/chromeos/test/action_logger.h ('k') | ui/display/manager/chromeos/test/action_logger_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698