summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 22:27:50 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-08 22:27:50 +0000
commit10385fed87bf2ddfac12398d90bcafd3aea8f88b (patch)
tree3279e70f94220d63789a3d3d41a9c4cb02a5ec6a /ui
parenta7eef8f214f4b766642054fe33cca8aaf9096b43 (diff)
downloadchromium_src-10385fed87bf2ddfac12398d90bcafd3aea8f88b.zip
chromium_src-10385fed87bf2ddfac12398d90bcafd3aea8f88b.tar.gz
chromium_src-10385fed87bf2ddfac12398d90bcafd3aea8f88b.tar.bz2
Aura desktop: Fixing nits by tfarina from last patch.
BUG=130810 TEST=none Review URL: https://chromiumcodereview.appspot.com/10537064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141304 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/base/linux_ui.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/base/linux_ui.h b/ui/base/linux_ui.h
index 38d18b5..3af1461 100644
--- a/ui/base/linux_ui.h
+++ b/ui/base/linux_ui.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef UI_BASE_LINUX_SHELL_LINUX_SHELL_H_
-#define UI_BASE_LINUX_SHELL_LINUX_SHELL_H_
+#ifndef UI_BASE_LINUX_UI_H_
+#define UI_BASE_LINUX_UI_H_
#pragma once
#include "ui/base/ui_export.h"
@@ -22,7 +22,7 @@ namespace ui {
// project that wants to do linux desktop native rendering.
//
// TODO(erg): We're hardcoding GTK2, when we'll need to have backends for (at
-// minimum) GTK2 and GTK3. LinuxShell::instance() should actually be a very
+// minimum) GTK2 and GTK3. LinuxUI::instance() should actually be a very
// complex method that pokes around with dlopen against a libuigtk2.so, a
// liuigtk3.so, etc.
class UI_EXPORT LinuxUI {
@@ -32,7 +32,7 @@ class UI_EXPORT LinuxUI {
// Sets the dynamically loaded singleton that draws the desktop native UI.
static void SetInstance(LinuxUI* instance);
- // Returns a LinuxShell instance for the toolkit used in the user's desktop
+ // Returns a LinuxUI instance for the toolkit used in the user's desktop
// environment.
//
// Can return NULL, in case no toolkit has been set. (For example, if we're
@@ -47,4 +47,4 @@ class UI_EXPORT LinuxUI {
} // namespace ui
-#endif // UI_BASE_LINUX_SHELL_LINUX_SHELL_H_
+#endif // UI_BASE_LINUX_UI_H_