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

Unified Diff: chrome/browser/ui/app_list/app_list_prefs.h

Issue 1731483003: chrome: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/task_manager/task_manager.cc ('k') | chrome/browser/ui/app_list/app_list_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_prefs.h
diff --git a/chrome/browser/ui/app_list/app_list_prefs.h b/chrome/browser/ui/app_list/app_list_prefs.h
index ef6894d22bdfbebe48bce8dcdc0ad6b6d02fcfc6..9f2a5a295f452afee0f48c2bc54ca567cd03e9e1 100644
--- a/chrome/browser/ui/app_list/app_list_prefs.h
+++ b/chrome/browser/ui/app_list/app_list_prefs.h
@@ -43,6 +43,7 @@ class AppListPrefs : public KeyedService {
ITEM_TYPE_END = FOLDER_ITEM,
};
AppListInfo();
+ AppListInfo(const AppListInfo& other);
tapted 2016/02/24 00:36:13 Pretty sure this can be `= delete` -- only the ass
vmpstr 2016/02/24 00:43:06 If I delete it, then there's a compiler error on t
~AppListInfo();
scoped_ptr<base::DictionaryValue> CreateDictFromAppListInfo() const;
« no previous file with comments | « chrome/browser/task_manager/task_manager.cc ('k') | chrome/browser/ui/app_list/app_list_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698