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

Unified Diff: ui/ozone/public/ozone_platform.h

Issue 379233005: ozone: Move public files to ui/ozone/public & update public DEPS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 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
« no previous file with comments | « ui/ozone/public/DEPS ('k') | ui/ozone/public/ozone_platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_platform.h
diff --git a/ui/ozone/ozone_platform.h b/ui/ozone/public/ozone_platform.h
similarity index 95%
rename from ui/ozone/ozone_platform.h
rename to ui/ozone/public/ozone_platform.h
index 710eb9daf49385ebae61feb0677c9d2073b1c9ac..96225c7db0ebdd226298918eac7372ec885409c2 100644
--- a/ui/ozone/ozone_platform.h
+++ b/ui/ozone/public/ozone_platform.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_OZONE_OZONE_PLATFORM_H_
-#define UI_OZONE_OZONE_PLATFORM_H_
+#ifndef UI_OZONE_PUBLIC_OZONE_PLATFORM_H_
+#define UI_OZONE_PUBLIC_OZONE_PLATFORM_H_
#include "base/memory/scoped_ptr.h"
#include "ui/ozone/ozone_export.h"
@@ -74,4 +74,4 @@ class OZONE_EXPORT OzonePlatform {
} // namespace ui
-#endif // UI_OZONE_OZONE_PLATFORM_H_
+#endif // UI_OZONE_PUBLIC_OZONE_PLATFORM_H_
« no previous file with comments | « ui/ozone/public/DEPS ('k') | ui/ozone/public/ozone_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698