Index: content/shell/browser/notify_done_forwarder.h |
diff --git a/content/shell/notify_done_forwarder.h b/content/shell/browser/notify_done_forwarder.h |
similarity index 83% |
rename from content/shell/notify_done_forwarder.h |
rename to content/shell/browser/notify_done_forwarder.h |
index 008371a55bbd9394979e91c94762d19ee0f36ee6..0264b29034cdb442ca59a486fb5b6ba271edd2f2 100644 |
--- a/content/shell/notify_done_forwarder.h |
+++ b/content/shell/browser/notify_done_forwarder.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_SHELL_NOTIFY_DONE_FORWARDER_H_ |
-#define CONTENT_SHELL_NOTIFY_DONE_FORWARDER_H_ |
+#ifndef CONTENT_SHELL_BROWSER_NOTIFY_DONE_FORWARDER_H_ |
+#define CONTENT_SHELL_BROWSER_NOTIFY_DONE_FORWARDER_H_ |
#include "base/basictypes.h" |
#include "content/public/browser/web_contents_observer.h" |
@@ -31,4 +31,4 @@ class NotifyDoneForwarder : public WebContentsObserver, |
} // namespace content |
-#endif // CONTENT_SHELL_NOTIFY_DONE_FORWARDER_H_ |
+#endif // CONTENT_SHELL_BROWSER_NOTIFY_DONE_FORWARDER_H_ |