diff options
Diffstat (limited to 'chrome/common/safe_browsing/download_protection_util.cc')
-rw-r--r-- | chrome/common/safe_browsing/download_protection_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/safe_browsing/download_protection_util.cc b/chrome/common/safe_browsing/download_protection_util.cc index 3d4b560..88d5cab 100644 --- a/chrome/common/safe_browsing/download_protection_util.cc +++ b/chrome/common/safe_browsing/download_protection_util.cc @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "base/file_path.h" +#include "base/files/file_path.h" namespace safe_browsing { namespace download_protection_util { |