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

Unified Diff: ui/ozone/platform/headless/ozone_platform_headless.h

Issue 1410123003: Rename "test" ozone platform to "headless" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final fix Created 5 years, 1 month 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/ozone/platform/headless/ozone_platform_headless.h
diff --git a/ui/ozone/platform/test/ozone_platform_test.h b/ui/ozone/platform/headless/ozone_platform_headless.h
similarity index 54%
rename from ui/ozone/platform/test/ozone_platform_test.h
rename to ui/ozone/platform/headless/ozone_platform_headless.h
index fb25fd69f557a01cbe209c3f38e3123adbf8e581..0c3e94c6462ba03d83870336920470a122acae0e 100644
--- a/ui/ozone/platform/test/ozone_platform_test.h
+++ b/ui/ozone/platform/headless/ozone_platform_headless.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_OZONE_PLATFORM_TEST_OZONE_PLATFORM_TEST_H_
-#define UI_OZONE_PLATFORM_TEST_OZONE_PLATFORM_TEST_H_
+#ifndef UI_OZONE_PLATFORM_HEADLESS_OZONE_PLATFORM_HEADLESS_H_
+#define UI_OZONE_PLATFORM_HEADLESS_OZONE_PLATFORM_HEADLESS_H_
namespace ui {
class OzonePlatform;
// Constructor hook for use in ozone_platform_list.cc
-OzonePlatform* CreateOzonePlatformTest();
+OzonePlatform* CreateOzonePlatformHeadless();
} // namespace ui
-#endif // UI_OZONE_PLATFORM_TEST_OZONE_PLATFORM_TEST_H_
+#endif // UI_OZONE_PLATFORM_HEADLESS_OZONE_PLATFORM_HEADLESS_H_
« no previous file with comments | « ui/ozone/platform/headless/headless_window_manager.cc ('k') | ui/ozone/platform/headless/ozone_platform_headless.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698