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

Unified Diff: views/controls/link.h

Issue 223029: Clean up a few bits of files that I'm about to modify. The only visible chan... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
Index: views/controls/link.h
===================================================================
--- views/controls/link.h (revision 27132)
+++ views/controls/link.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
+// Copyright (c) 2009 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.
@@ -32,8 +32,6 @@
////////////////////////////////////////////////////////////////////////////////
class Link : public Label {
public:
- static const char kViewClassName[];
-
Link();
Link(const std::wstring& title);
virtual ~Link();
@@ -63,6 +61,8 @@
void SetDisabledColor(const SkColor& color);
void SetNormalColor(const SkColor& color);
+ static const char kViewClassName[];
+
private:
// A highlighted link is clicked.

Powered by Google App Engine
This is Rietveld 408576698