| Index: content/browser/renderer_host/pepper_file_message_filter.cc
|
| diff --git a/content/browser/renderer_host/pepper_file_message_filter.cc b/content/browser/renderer_host/pepper_file_message_filter.cc
|
| index 10b3430ee2ddba901721809bbcd8fd8ccbf1b455..e8b3a92a09f01ed19e997fc9c4663b83a5100eb7 100644
|
| --- a/content/browser/renderer_host/pepper_file_message_filter.cc
|
| +++ b/content/browser/renderer_host/pepper_file_message_filter.cc
|
| @@ -14,6 +14,7 @@
|
| #include "content/common/pepper_file_messages.h"
|
| #include "content/public/browser/browser_context.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "content/public/common/content_constants.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "webkit/plugins/ppapi/file_path.h"
|
|
|
| @@ -72,7 +73,7 @@ void PepperFileMessageFilter::OnDestruct() const {
|
|
|
| // static
|
| FilePath PepperFileMessageFilter::GetDataDirName(const FilePath& profile_path) {
|
| - return profile_path.Append(FILE_PATH_LITERAL("Pepper Data"));
|
| + return profile_path.Append(content::kPepperDataDirname);
|
| }
|
|
|
| PepperFileMessageFilter::~PepperFileMessageFilter() {
|
|
|