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

Unified Diff: ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc

Issue 11878031: Bring back the file dialogs for chrome AURA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 11 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: 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 {
« no previous file with comments | « ui/shell_dialogs/gtk/select_file_dialog_impl.cc ('k') | ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698