summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/file_path_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_path_unittest.cc b/base/file_path_unittest.cc
index 0255a76..0dee543 100644
--- a/base/file_path_unittest.cc
+++ b/base/file_path_unittest.cc
@@ -5,7 +5,7 @@
#include "base/file_path.h"
#include "base/basictypes.h"
-#include "gtest/gtest.h"
+#include "testing/gtest/include/gtest/gtest.h"
// This macro helps avoid wrapped lines in the test structs.
#define FPL(x) FILE_PATH_LITERAL(x)