Use the full src-relative path to gtest.h
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2841 0039d316-1c4b-4281-b951-d872f2087c98
CrOS-Libchrome-Original-Commit: 813723af9619317730077211ac60f8c10eadcec2
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)