summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/app_list/app_list_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/app_list/app_list_service.h')
-rw-r--r--chrome/browser/ui/app_list/app_list_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
index 4ee6604..91fbe7f 100644
--- a/chrome/browser/ui/app_list/app_list_service.h
+++ b/chrome/browser/ui/app_list/app_list_service.h
@@ -13,11 +13,11 @@
#include "ui/gfx/native_widget_types.h"
class AppListControllerDelegate;
-class CommandLine;
class PrefRegistrySimple;
class Profile;
namespace base {
+class CommandLine;
class FilePath;
}
@@ -51,7 +51,7 @@ class AppListService {
static void RegisterPrefs(PrefRegistrySimple* registry);
- static void RecordShowTimings(const CommandLine& command_line);
+ static void RecordShowTimings(const base::CommandLine& command_line);
// Indicates that |callback| should be called next time the app list is
// painted.