Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: chrome/browser/extensions/extension_tabs_module.h

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 2 Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extension_tabs_module.h
diff --git a/chrome/browser/extensions/extension_tabs_module.h b/chrome/browser/extensions/extension_tabs_module.h
index 085b7437733c31195c734e4eb9918c8069110abf..4a1c52f21d094940dc9b0c14fcd21a69beeeb6f4 100644
--- a/chrome/browser/extensions/extension_tabs_module.h
+++ b/chrome/browser/extensions/extension_tabs_module.h
@@ -17,19 +17,21 @@
#include "googleurl/src/gurl.h"
class BackingStore;
-class Extension;
class GURL;
class SkBitmap;
class TabContentsWrapper;
+
namespace base {
class DictionaryValue;
-} // namespace base
+}
+
namespace content {
class WebContents;
-} // namespace content
+}
+
namespace skia {
class PlatformCanvas;
-} // namespace skia
+}
// Windows
class GetWindowFunction : public SyncExtensionFunction {

Powered by Google App Engine
This is Rietveld 408576698