Index: content/browser/renderer_host/pepper/pepper_file_message_filter.h |
diff --git a/content/browser/renderer_host/pepper_file_message_filter.h b/content/browser/renderer_host/pepper/pepper_file_message_filter.h |
similarity index 95% |
rename from content/browser/renderer_host/pepper_file_message_filter.h |
rename to content/browser/renderer_host/pepper/pepper_file_message_filter.h |
index 9d1013d8d9eb29f31fe288b02f0ba079c9ce4fe9..ecc26acd61a98682d4c651b8c8ea61690c18218e 100644 |
--- a/content/browser/renderer_host/pepper_file_message_filter.h |
+++ b/content/browser/renderer_host/pepper/pepper_file_message_filter.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CONTENT_BROWSER_RENDERER_HOST_PEPPER_FILE_MESSAGE_FILTER_H_ |
-#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_FILE_MESSAGE_FILTER_H_ |
+#ifndef CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_FILE_MESSAGE_FILTER_H_ |
+#define CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_FILE_MESSAGE_FILTER_H_ |
#pragma once |
#include <string> |
@@ -136,4 +136,4 @@ class PepperUnsafeFileMessageFilter : public PepperFileMessageFilter { |
DISALLOW_COPY_AND_ASSIGN(PepperUnsafeFileMessageFilter); |
}; |
-#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_FILE_MESSAGE_FILTER_H_ |
+#endif // CONTENT_BROWSER_RENDERER_HOST_PEPPER_PEPPER_FILE_MESSAGE_FILTER_H_ |