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

Unified Diff: ui/gfx/geometry/insets.h

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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/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_

Powered by Google App Engine
This is Rietveld 408576698