Index: content/renderer/push_messaging/push_messaging_dispatcher.h |
diff --git a/content/renderer/push_messaging_dispatcher.h b/content/renderer/push_messaging/push_messaging_dispatcher.h |
similarity index 89% |
rename from content/renderer/push_messaging_dispatcher.h |
rename to content/renderer/push_messaging/push_messaging_dispatcher.h |
index fe011471ba8121baa9cdd23873f7d508698aae04..67a32bebc52e42b321ffce90efc27eac3bfd3913 100644 |
--- a/content/renderer/push_messaging_dispatcher.h |
+++ b/content/renderer/push_messaging/push_messaging_dispatcher.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_RENDERER_PUSH_MESSAGING_DISPATCHER_H_ |
-#define CONTENT_RENDERER_PUSH_MESSAGING_DISPATCHER_H_ |
+#ifndef CONTENT_RENDERER_PUSH_MESSAGING_PUSH_MESSAGING_DISPATCHER_H_ |
+#define CONTENT_RENDERER_PUSH_MESSAGING_PUSH_MESSAGING_DISPATCHER_H_ |
#include <string> |
@@ -58,4 +58,4 @@ class PushMessagingDispatcher : public RenderFrameObserver, |
} // namespace content |
-#endif // CONTENT_RENDERER_PUSH_MESSAGING_DISPATCHER_H_ |
+#endif // CONTENT_RENDERER_PUSH_MESSAGING_PUSH_MESSAGING_DISPATCHER_H_ |