summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/blockfile/block_files_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/blockfile/block_files_unittest.cc')
-rw-r--r--net/disk_cache/blockfile/block_files_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/disk_cache/blockfile/block_files_unittest.cc b/net/disk_cache/blockfile/block_files_unittest.cc
index bbd8981..343485a 100644
--- a/net/disk_cache/blockfile/block_files_unittest.cc
+++ b/net/disk_cache/blockfile/block_files_unittest.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/file_util.h"
#include "base/files/file_enumerator.h"
+#include "base/files/file_util.h"
#include "net/disk_cache/blockfile/block_files.h"
#include "net/disk_cache/disk_cache.h"
#include "net/disk_cache/disk_cache_test_base.h"