Index: ui/gfx/geometry/insets.h |
diff --git a/ui/gfx/insets.h b/ui/gfx/geometry/insets.h |
similarity index 88% |
copy from ui/gfx/insets.h |
copy to ui/gfx/geometry/insets.h |
index a419059a55d3a526cbd6e11e29fa196e61c420cd..94fb2ef3bdc4a763cce94ff473bebd81be7e7c85 100644 |
--- a/ui/gfx/insets.h |
+++ b/ui/gfx/geometry/insets.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef UI_GFX_INSETS_H_ |
-#define UI_GFX_INSETS_H_ |
+#ifndef UI_GFX_GEOMETRY_INSETS_H_ |
+#define UI_GFX_GEOMETRY_INSETS_H_ |
#include <string> |
#include "build/build_config.h" |
+#include "ui/gfx/geometry/insets_base.h" |
#include "ui/gfx/gfx_export.h" |
-#include "ui/gfx/insets_base.h" |
#if defined(TOOLKIT_GTK) |
typedef struct _GtkBorder GtkBorder; |
@@ -49,4 +49,4 @@ extern template class InsetsBase<Insets, int>; |
} // namespace gfx |
-#endif // UI_GFX_INSETS_H_ |
+#endif // UI_GFX_GEOMETRY_INSETS_H_ |