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

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

Issue 2453243002: Gtk3 UI: Rename files in libgtkui containing gtk2 in their name (Closed)
Patch Set: Fix git cl format mistake 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/gtk_event_loop.h ('k') | chrome/browser/ui/libgtkui/gtk_key_bindings_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/gtk_event_loop.cc
diff --git a/chrome/browser/ui/libgtkui/gtk2_event_loop.cc b/chrome/browser/ui/libgtkui/gtk_event_loop.cc
similarity index 96%
rename from chrome/browser/ui/libgtkui/gtk2_event_loop.cc
rename to chrome/browser/ui/libgtkui/gtk_event_loop.cc
index 79b47fa504f9d7af3ee887458cb11946051e8ba6..ccf4742f45376686994d3ded15c4221ffd52b316 100644
--- a/chrome/browser/ui/libgtkui/gtk2_event_loop.cc
+++ b/chrome/browser/ui/libgtkui/gtk_event_loop.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/libgtkui/gtk2_event_loop.h"
+#include "chrome/browser/ui/libgtkui/gtk_event_loop.h"
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
@@ -25,8 +25,8 @@ Gtk2EventLoop::Gtk2EventLoop() {
}
Gtk2EventLoop::~Gtk2EventLoop() {
- gdk_event_handler_set(reinterpret_cast<GdkEventFunc>(gtk_main_do_event),
- NULL, NULL);
+ gdk_event_handler_set(reinterpret_cast<GdkEventFunc>(gtk_main_do_event), NULL,
+ NULL);
}
// static
« no previous file with comments | « chrome/browser/ui/libgtkui/gtk_event_loop.h ('k') | chrome/browser/ui/libgtkui/gtk_key_bindings_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698