| Index: mojo/loader/job.cc
|
| diff --git a/ash/cancel_mode.h b/mojo/loader/job.cc
|
| similarity index 55%
|
| copy from ash/cancel_mode.h
|
| copy to mojo/loader/job.cc
|
| index 915fe43c4905f10cfbd42ae958a30f607b408efd..a89030e098dbec9de0738d344e7f5352bd3fe08d 100644
|
| --- a/ash/cancel_mode.h
|
| +++ b/mojo/loader/job.cc
|
| @@ -2,14 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_CANCEL_MODE_H_
|
| -#define ASH_CANCEL_MODE_H_
|
| +#include "mojo/loader/job.h"
|
|
|
| -namespace ash {
|
| +namespace mojo {
|
| +namespace loader {
|
|
|
| -// Sends OnHostCancelMode() to all RootWindows.
|
| -void DispatchCancelMode();
|
| +Job::Delegate::~Delegate() {
|
| +}
|
|
|
| -} // namespace ash
|
| +Job::Job() {
|
| +}
|
|
|
| -#endif // ASH_CANCEL_MODE_H_
|
| +Job::~Job() {
|
| +}
|
| +
|
| +} // namespace loader
|
| +} // namespace mojo
|
|
|