| Index: ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc
|
| ===================================================================
|
| --- ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc (revision 177251)
|
| +++ ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2013 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.
|
|
|
| @@ -17,10 +17,10 @@
|
| #include "base/threading/thread_restrictions.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "grit/ui_strings.h"
|
| -#include "ui/base/dialogs/gtk/select_file_dialog_impl.h"
|
| -#include "ui/base/dialogs/select_file_dialog.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
| +#include "ui/shell_dialogs/gtk/select_file_dialog_impl.h"
|
| +#include "ui/shell_dialogs/select_file_dialog.h"
|
|
|
| namespace {
|
|
|
|
|