| Index: child_job.h
|
| diff --git a/child_job.h b/child_job.h
|
| index d3647f67acbad490d297f23d9753c0ab74c32c9d..ae0e75f263f95fba68d4b8b39390ab85378ae815 100644
|
| --- a/child_job.h
|
| +++ b/child_job.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009-2010 The Chromium OS Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -73,7 +73,7 @@ class ChildJob : public ChildJobInterface {
|
| explicit ChildJob(const std::vector<std::string>& arguments);
|
| virtual ~ChildJob();
|
|
|
| - // Overridden from ChildJob
|
| + // Overridden from ChildJobInterface
|
| virtual bool ShouldStop() const;
|
| virtual void RecordTime();
|
| virtual void Run();
|
| @@ -137,4 +137,3 @@ class ChildJob : public ChildJobInterface {
|
| } // namespace login_manager
|
|
|
| #endif // LOGIN_MANAGER_CHILD_JOB_H_
|
| -
|
|
|