Index: chrome/browser/ui/libgtk2ui/gtk2_util.h |
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_util.h b/chrome/browser/ui/libgtk2ui/gtk2_util.h |
index d58038dedcffd55f202f6902bd9fa6e238aed65b..20daa6e06e2fc5537d5283585a070487f5706c5c 100644 |
--- a/chrome/browser/ui/libgtk2ui/gtk2_util.h |
+++ b/chrome/browser/ui/libgtk2ui/gtk2_util.h |
@@ -8,10 +8,10 @@ |
#include <gtk/gtk.h> |
#include <string> |
-class CommandLine; |
class SkBitmap; |
namespace base { |
+class CommandLine; |
class Environment; |
} |
@@ -21,7 +21,7 @@ class Accelerator; |
namespace libgtk2ui { |
-void GtkInitFromCommandLine(const CommandLine& command_line); |
+void GtkInitFromCommandLine(const base::CommandLine& command_line); |
// Returns the name of the ".desktop" file associated with our running process. |
std::string GetDesktopName(base::Environment* env); |