| Index: athena/main/athena_main.cc
|
| diff --git a/athena/main/athena_main.cc b/athena/main/athena_main.cc
|
| index 3c66f18d2fa2e79c93af93ae7578f7441922e0c1..7507ff5e22275c77419d0f67afce737a74fcd647 100644
|
| --- a/athena/main/athena_main.cc
|
| +++ b/athena/main/athena_main.cc
|
| @@ -12,7 +12,7 @@
|
| #include "athena/main/public/athena_launcher.h"
|
| #include "athena/screen/public/screen_manager.h"
|
| #include "base/command_line.h"
|
| -#include "base/file_util.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/path_service.h"
|
| #include "components/pdf/renderer/ppb_pdf_impl.h"
|
| #include "content/public/app/content_main.h"
|
| @@ -38,7 +38,7 @@ namespace {
|
| const char kDefaultAppPath[] =
|
| "chrome/common/extensions/docs/examples/apps/calculator/app";
|
|
|
| -} // namespace athena
|
| +} // namespace
|
|
|
| class AthenaDesktopController : public extensions::DesktopController {
|
| public:
|
|
|