| Index: chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc (revision 71810)
|
| +++ chrome/browser/ui/gtk/gtk_chrome_cookie_view.cc (working copy)
|
| @@ -2,12 +2,12 @@
|
| // 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_cookie_view.h"
|
| +#include "chrome/browser/ui/gtk/gtk_chrome_cookie_view.h"
|
|
|
| #include "app/l10n_util.h"
|
| #include "base/i18n/time_formatting.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/browser/gtk/gtk_util.h"
|
| +#include "chrome/browser/ui/gtk/gtk_util.h"
|
| #include "grit/generated_resources.h"
|
|
|
| namespace {
|
|
|