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

Unified Diff: chrome/browser/ui/libgtkui/select_file_dialog_impl_gtk2.cc

Issue 2449243002: Gtk3 ui: Add libgtk3ui as a separate build component (Closed)
Patch Set: Add theme_properties dep to //chrome/browser/ui Created 4 years, 2 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: chrome/browser/ui/libgtkui/select_file_dialog_impl_gtk2.cc
diff --git a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc b/chrome/browser/ui/libgtkui/select_file_dialog_impl_gtk2.cc
similarity index 98%
rename from chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
rename to chrome/browser/ui/libgtkui/select_file_dialog_impl_gtk2.cc
index f26e0e90b02b4c65829131e0ea3742de61aa186b..c814c83b18084a74c7ff3050f228a2729fc4bf2c 100644
--- a/chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc
+++ b/chrome/browser/ui/libgtkui/select_file_dialog_impl_gtk2.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.h"
+#include "chrome/browser/ui/libgtkui/select_file_dialog_impl_gtk2.h"
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
@@ -26,9 +26,9 @@
#include "base/strings/utf_string_conversions.h"
#include "base/threading/thread.h"
#include "base/threading/thread_restrictions.h"
-#include "chrome/browser/ui/libgtk2ui/gtk2_signal.h"
-#include "chrome/browser/ui/libgtk2ui/gtk2_util.h"
-#include "chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h"
+#include "chrome/browser/ui/libgtkui/gtk2_signal.h"
+#include "chrome/browser/ui/libgtkui/gtk2_util.h"
+#include "chrome/browser/ui/libgtkui/select_file_dialog_impl.h"
#include "ui/aura/window_observer.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/events/platform/x11/x11_event_source.h"
@@ -58,7 +58,7 @@ void OnFilePickerDestroy(base::Closure* callback) {
} // namespace
-namespace libgtk2ui {
+namespace libgtkui {
// The size of the preview we display for selected image files. We set height
// larger than width because generally there is more free space vertically
@@ -558,4 +558,4 @@ void SelectFileDialogImplGTK::OnUpdatePreview(GtkWidget* chooser) {
pixbuf ? TRUE : FALSE);
}
-} // namespace libgtk2ui
+} // namespace libgtkui
« no previous file with comments | « chrome/browser/ui/libgtkui/select_file_dialog_impl_gtk2.h ('k') | chrome/browser/ui/libgtkui/select_file_dialog_impl_kde.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698