diff options
Diffstat (limited to 'chrome/browser/google/google_util_chromeos.cc')
-rw-r--r-- | chrome/browser/google/google_util_chromeos.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google/google_util_chromeos.cc b/chrome/browser/google/google_util_chromeos.cc index 6e2e7b6..c85ca7a 100644 --- a/chrome/browser/google/google_util_chromeos.cc +++ b/chrome/browser/google/google_util_chromeos.cc @@ -4,8 +4,8 @@ #include "base/basictypes.h" #include "base/bind.h" -#include "base/file_path.h" #include "base/file_util.h" +#include "base/files/file_path.h" #include "base/logging.h" #include "base/prefs/pref_service.h" #include "base/string_util.h" |