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 |