| Index: chrome/browser/chromeos/cros/burn_library.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/cros/burn_library.h (revision 69437)
|
| +++ chrome/browser/chromeos/cros/burn_library.h (working copy)
|
| @@ -12,9 +12,8 @@
|
| #include "base/file_path.h"
|
| #include "base/observer_list.h"
|
| #include "base/weak_ptr.h"
|
| +#include "third_party/cros/chromeos_imageburn.h"
|
|
|
| -#include "cros/chromeos_imageburn.h"
|
| -
|
| struct ImageBurnStatus {
|
| explicit ImageBurnStatus(const chromeos::BurnStatus& status)
|
| : amount_burnt(status.amount_burnt),
|
|
|