summaryrefslogtreecommitdiffstats
path: root/ui/gfx/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gfx/path.h')
-rw-r--r--ui/gfx/path.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/gfx/path.h b/ui/gfx/path.h
index eec01fc3..88021db 100644
--- a/ui/gfx/path.h
+++ b/ui/gfx/path.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -7,13 +7,13 @@
#pragma once
#include "base/basictypes.h"
-#include "ui/gfx/native_widget_types.h"
-
#include "third_party/skia/include/core/SkPath.h"
+#include "ui/gfx/native_widget_types.h"
+#include "ui/ui_api.h"
namespace gfx {
-class Path : public SkPath {
+class UI_API Path : public SkPath {
public:
// Used by Path(Point,size_t) constructor.
struct Point {