diff options
author | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 01:33:24 +0000 |
---|---|---|
committer | mdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-30 01:33:24 +0000 |
commit | 63302a8b9faec92f1b956737057205acc2b44907 (patch) | |
tree | 4ced0044147ef7e0d2e525c37b7922dfca195e9f /chrome/browser/browser_main.cc | |
parent | 21a00fd62cb2760b12912697e9af1fb95aaf613c (diff) | |
download | chromium_src-63302a8b9faec92f1b956737057205acc2b44907.zip chromium_src-63302a8b9faec92f1b956737057205acc2b44907.tar.gz chromium_src-63302a8b9faec92f1b956737057205acc2b44907.tar.bz2 |
Linux: convert namespace gtk_util to class GtkUtil to meet style guidelines.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/160371
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_main.cc')
-rw-r--r-- | chrome/browser/browser_main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index 302385d..ff550f4 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -381,7 +381,7 @@ int BrowserMain(const MainFunctionParams& parameters) { #if defined(TOOLKIT_GTK) // It is important for this to happen before the first run dialog, as it // styles the dialog as well. - gtk_util::InitRCStyles(); + GtkUtil::InitRCStyles(); #elif defined(TOOLKIT_VIEWS) // The delegate needs to be set before any UI is created so that windows // display the correct icon. |