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

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

Issue 2540313002: Split //ui/display and create //ui/display/manager. (Closed)
Patch Set: Cleanup export header. Created 4 years 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/chromeos/test/action_logger.h b/ui/display/manager/chromeos/test/action_logger.h
similarity index 79%
rename from ui/display/chromeos/test/action_logger.h
rename to ui/display/manager/chromeos/test/action_logger.h
index 92028fcd825baa32ea7216b7a96641a237965fea..bf9607437eca6eb80c54a6a9912312d19683d1a8 100644
--- a/ui/display/chromeos/test/action_logger.h
+++ b/ui/display/manager/chromeos/test/action_logger.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_H_
-#define UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_H_
#include <string>
@@ -33,4 +33,4 @@ class ActionLogger {
} // namespace test
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_TEST_ACTION_LOGGER_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_TEST_ACTION_LOGGER_H_

Powered by Google App Engine
This is Rietveld 408576698