| Index: chrome/browser/ui/gtk/gtk_chrome_link_button.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_chrome_link_button.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/gtk_chrome_link_button.cc (working copy)
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/gtk/gtk_chrome_link_button.h"
|
| +#include "chrome/browser/ui/gtk/gtk_chrome_link_button.h"
|
|
|
| #include <stdlib.h>
|
|
|
| -#include "chrome/browser/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "gfx/gtk_util.h"
|
|
|
| static const gchar* kLinkMarkup = "<u><span color=\"%s\">%s</span></u>";
|
|
|