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

Unified Diff: chrome/browser/ui/libgtkui/gtk_util.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_util.h ('k') | chrome/browser/ui/libgtkui/menu_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/libgtkui/gtk_util.cc
diff --git a/chrome/browser/ui/libgtkui/gtk2_util.cc b/chrome/browser/ui/libgtkui/gtk_util.cc
similarity index 98%
rename from chrome/browser/ui/libgtkui/gtk2_util.cc
rename to chrome/browser/ui/libgtkui/gtk_util.cc
index 4ea77e0187d717e3deaac5d2f59b9dbae1246754..6b83e386e6f109608d19937329ffc16bbd265078 100644
--- a/chrome/browser/ui/libgtkui/gtk2_util.cc
+++ b/chrome/browser/ui/libgtkui/gtk_util.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_util.h"
+#include "chrome/browser/ui/libgtkui/gtk_util.h"
#include <gdk/gdk.h>
#include <gdk/gdkx.h>
@@ -36,7 +36,7 @@ void CommonInitFromCommandLine(const base::CommandLine& command_line,
argv[i] = strdup(args[i].c_str());
}
argv[argc] = NULL;
- char **argv_pointer = argv.get();
+ char** argv_pointer = argv.get();
{
// http://crbug.com/423873
« no previous file with comments | « chrome/browser/ui/libgtkui/gtk_util.h ('k') | chrome/browser/ui/libgtkui/menu_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698