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

Unified Diff: chrome/browser/ui/libgtkui/gconf_listener.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
« no previous file with comments | « chrome/browser/ui/libgtkui/gconf_listener.h ('k') | chrome/browser/ui/libgtkui/gtk2_event_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/gconf_listener.cc
diff --git a/chrome/browser/ui/libgtk2ui/gconf_listener.cc b/chrome/browser/ui/libgtkui/gconf_listener.cc
similarity index 97%
rename from chrome/browser/ui/libgtk2ui/gconf_listener.cc
rename to chrome/browser/ui/libgtkui/gconf_listener.cc
index 969910fce227d4312d4b35110ef8e575ec6a161f..a9b504b63fb1a9968c5ef737711505f196e629de 100644
--- a/chrome/browser/ui/libgtk2ui/gconf_listener.cc
+++ b/chrome/browser/ui/libgtkui/gconf_listener.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/gconf_listener.h"
+#include "chrome/browser/ui/libgtkui/gconf_listener.h"
#include <gtk/gtk.h>
@@ -14,7 +14,7 @@
#include "base/nix/xdg_util.h"
#include "base/strings/string_piece.h"
#include "base/strings/string_tokenizer.h"
-#include "chrome/browser/ui/libgtk2ui/gtk2_ui.h"
+#include "chrome/browser/ui/libgtkui/gtk2_ui.h"
#include "ui/base/x/x11_util.h"
#include "ui/views/window/frame_buttons.h"
@@ -38,7 +38,7 @@ const char kDefaultButtonString[] = ":minimize,maximize,close";
} // namespace
-namespace libgtk2ui {
+namespace libgtkui {
// Public interface:
@@ -185,4 +185,4 @@ void GConfListener::ParseAndStoreMiddleClickValue(GConfValue* gconf_value) {
delegate_->SetNonClientMiddleClickAction(action);
}
-} // namespace libgtk2ui
+} // namespace libgtkui
« no previous file with comments | « chrome/browser/ui/libgtkui/gconf_listener.h ('k') | chrome/browser/ui/libgtkui/gtk2_event_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698