| Index: chromecast/common/cast_paths.cc
|
| diff --git a/chromecast/common/cast_paths.cc b/chromecast/common/cast_paths.cc
|
| index ec485c7e57537f92eff02238fafc1c0649c90192..fb3cdf1d69ea2ce0fd09f383018cc14603471d58 100644
|
| --- a/chromecast/common/cast_paths.cc
|
| +++ b/chromecast/common/cast_paths.cc
|
| @@ -5,8 +5,8 @@
|
| #include "chromecast/common/cast_paths.h"
|
|
|
| #include "base/base_paths.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/path_service.h"
|
| #include "build/build_config.h"
|
|
|
|
|