summaryrefslogtreecommitdiffstats
path: root/cc/test
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test')
-rw-r--r--cc/test/paths.cc2
-rw-r--r--cc/test/pixel_test_utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/cc/test/paths.cc b/cc/test/paths.cc
index b921cca..2aa7aa7 100644
--- a/cc/test/paths.cc
+++ b/cc/test/paths.cc
@@ -4,8 +4,8 @@
#include "cc/test/paths.h"
-#include "base/file_path.h"
#include "base/file_util.h"
+#include "base/files/file_path.h"
#include "base/path_service.h"
namespace cc {
diff --git a/cc/test/pixel_test_utils.h b/cc/test/pixel_test_utils.h
index 5f8db47..29dad87 100644
--- a/cc/test/pixel_test_utils.h
+++ b/cc/test/pixel_test_utils.h
@@ -5,7 +5,7 @@
#ifndef CC_TEST_PIXEL_TEST_UTILS_H_
#define CC_TEST_PIXEL_TEST_UTILS_H_
-#include "base/file_path.h"
+#include "base/files/file_path.h"
class SkBitmap;