| Index: chrome/browser/chromeos/mobile_config.cc
|
| diff --git a/chrome/browser/chromeos/mobile_config.cc b/chrome/browser/chromeos/mobile_config.cc
|
| index fcfe80271dd22a3ab7338f2aab4df8ed8a3681bb..8eea570410f290f98d36d6058e364e1a468c4ddd 100644
|
| --- a/chrome/browser/chromeos/mobile_config.cc
|
| +++ b/chrome/browser/chromeos/mobile_config.cc
|
| @@ -7,8 +7,8 @@
|
| #include <algorithm>
|
|
|
| #include "base/bind.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/json/json_reader.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
|
|