Index: chrome/browser/extensions/extension_host_mac.h |
diff --git a/chrome/browser/extensions/extension_host_mac.h b/chrome/browser/extensions/extension_host_mac.h |
index 43373251ce70188b47644c180134810fc39e5d3c..622fe4a25349b49bed014cd7a16f25df646319b6 100644 |
--- a/chrome/browser/extensions/extension_host_mac.h |
+++ b/chrome/browser/extensions/extension_host_mac.h |
@@ -9,7 +9,6 @@ |
namespace extensions { |
class Extension; |
-} |
// TODO(mpcomplete): I don't know what this does or if it is needed anymore, |
// now that ExtensionHost is restructured to rely on WebContents. |
@@ -28,4 +27,6 @@ class ExtensionHostMac : public ExtensionHost { |
DISALLOW_COPY_AND_ASSIGN(ExtensionHostMac); |
}; |
+} // namespace extensions |
+ |
#endif // CHROME_BROWSER_EXTENSIONS_EXTENSION_HOST_MAC_H_ |