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

Side by Side Diff: chrome/browser/ui/app_list/app_list_service_disabled.cc

Issue 196413016: Move CommandLine to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "base/files/file_path.h" 5 #include "base/files/file_path.h"
6 #include "base/memory/singleton.h" 6 #include "base/memory/singleton.h"
7 #include "chrome/browser/ui/app_list/app_list_service.h" 7 #include "chrome/browser/ui/app_list/app_list_service.h"
8 8
9 namespace { 9 namespace {
10 10
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 return AppListServiceDisabled::GetInstance(); 59 return AppListServiceDisabled::GetInstance();
60 } 60 }
61 61
62 // static 62 // static
63 void AppListService::InitAll(Profile* initial_profile) {} 63 void AppListService::InitAll(Profile* initial_profile) {}
64 64
65 // static 65 // static
66 void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {} 66 void AppListService::RegisterPrefs(PrefRegistrySimple* registry) {}
67 67
68 // static 68 // static
69 void AppListService::RecordShowTimings(const CommandLine& command_line) {} 69 void AppListService::RecordShowTimings(const base::CommandLine& command_line) {}
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service.h ('k') | chrome/browser/ui/app_list/app_list_service_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698