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

Side by Side Diff: chrome/installer/util/self_reg_work_item.h

Issue 10835019: Fix license headers in a number of files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix case Created 8 years, 4 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 (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 #ifndef CHROME_INSTALLER_UTIL_SELF_REG_WORK_ITEM_H__ 5 #ifndef CHROME_INSTALLER_UTIL_SELF_REG_WORK_ITEM_H__
6 #define CHROME_INSTALLER_UTIL_SELF_REG_WORK_ITEM_H__ 6 #define CHROME_INSTALLER_UTIL_SELF_REG_WORK_ITEM_H__
7 7
8 #include <windows.h> 8 #include <windows.h>
9 #include <string> 9 #include <string>
10 10
11 #include "chrome/installer/util/work_item.h" 11 #include "chrome/installer/util/work_item.h"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 // Whether this work item will register or unregister the dll. The rollback 44 // Whether this work item will register or unregister the dll. The rollback
45 // action just inverts this parameter. 45 // action just inverts this parameter.
46 bool do_register_; 46 bool do_register_;
47 47
48 // Whether to use alternate export names on the DLL that will perform 48 // Whether to use alternate export names on the DLL that will perform
49 // user level registration. 49 // user level registration.
50 bool user_level_registration_; 50 bool user_level_registration_;
51 }; 51 };
52 52
53 #endif // CHROME_INSTALLER_UTIL_SELF_REG_WORK_ITEM_H__ 53 #endif // CHROME_INSTALLER_UTIL_SELF_REG_WORK_ITEM_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698