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

Unified Diff: ui/display/manager/chromeos/test/test_native_display_delegate.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/test_native_display_delegate.h
diff --git a/ui/display/chromeos/test/test_native_display_delegate.h b/ui/display/manager/chromeos/test/test_native_display_delegate.h
similarity index 92%
rename from ui/display/chromeos/test/test_native_display_delegate.h
rename to ui/display/manager/chromeos/test/test_native_display_delegate.h
index bad8ab2f852b5939afee7b3c8d8c226723759ccb..1b875f6ba40093fec7caee55802c5ed28fca79c4 100644
--- a/ui/display/chromeos/test/test_native_display_delegate.h
+++ b/ui/display/manager/chromeos/test/test_native_display_delegate.h
@@ -2,16 +2,16 @@
// 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_TEST_NATIVE_DISPLAY_DELEGATE_H_
-#define UI_DISPLAY_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
+#ifndef UI_DISPLAY_MANAGER_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
+#define UI_DISPLAY_MANAGER_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
#include <stdint.h>
#include <vector>
#include "base/macros.h"
-#include "ui/display/chromeos/test/action_logger.h"
-#include "ui/display/chromeos/test/action_logger_util.h"
+#include "ui/display/manager/chromeos/test/action_logger.h"
+#include "ui/display/manager/chromeos/test/action_logger_util.h"
#include "ui/display/types/native_display_delegate.h"
namespace ui {
@@ -117,4 +117,4 @@ class TestNativeDisplayDelegate : public NativeDisplayDelegate {
} // namespace test
} // namespace ui
-#endif // UI_DISPLAY_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_
+#endif // UI_DISPLAY_MANAGER_CHROMEOS_TEST_TEST_NATIVE_DISPLAY_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698