summaryrefslogtreecommitdiffstats
path: root/gfx/point.h
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 18:18:03 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-01 18:18:03 +0000
commitc665eb327f8f3486c454a95782ffdad4e79fde2c (patch)
tree01d2156127a92605a95e7d63e63f718979aa0151 /gfx/point.h
parent938e1f9ec9e6e1d267dbff0c9bb50d5952937bc7 (diff)
downloadchromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.zip
chromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.tar.gz
chromium_src-c665eb327f8f3486c454a95782ffdad4e79fde2c.tar.bz2
Remove base/gfx/.
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/1570005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/point.h')
-rw-r--r--gfx/point.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gfx/point.h b/gfx/point.h
index 513d555..6e2cfe7 100644
--- a/gfx/point.h
+++ b/gfx/point.h
@@ -1,9 +1,9 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BASE_GFX_POINT_H__
-#define BASE_GFX_POINT_H__
+#ifndef GFX_POINT_H_
+#define GFX_POINT_H_
#include "build/build_config.h"
@@ -18,9 +18,7 @@ typedef struct tagPOINT POINT;
namespace gfx {
-//
// A point has an x and y coordinate.
-//
class Point {
public:
Point();
@@ -77,4 +75,4 @@ class Point {
std::ostream& operator<<(std::ostream& out, const gfx::Point& p);
-#endif // BASE_GFX_POINT_H__
+#endif // GFX_POINT_H_