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 |