Index: content/public/common/content_constants.h |
diff --git a/content/public/common/content_constants.h b/content/public/common/content_constants.h |
index 90971810dd5b5227334e05d8f8a3e604e832c69c..3f5af1534a88b3d88cf0f1a1eb06111e04ef26b4 100644 |
--- a/content/public/common/content_constants.h |
+++ b/content/public/common/content_constants.h |
@@ -16,10 +16,10 @@ namespace content { |
// The name of the directory under BrowserContext::GetPath where the AppCache is |
// put. |
-CONTENT_EXPORT extern const FilePath::CharType kAppCacheDirname[]; |
+CONTENT_EXPORT extern const base::FilePath::CharType kAppCacheDirname[]; |
// The name of the directory under BrowserContext::GetPath where Pepper plugin |
// data is put. |
-CONTENT_EXPORT extern const FilePath::CharType kPepperDataDirname[]; |
+CONTENT_EXPORT extern const base::FilePath::CharType kPepperDataDirname[]; |
// The MIME type used for the browser plugin. |
CONTENT_EXPORT extern const char kBrowserPluginMimeType[]; |