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

Unified Diff: chrome/renderer/extensions/chrome_v8_context_set.h

Issue 10821133: Move c/r/extensions/* into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq Created 8 years, 4 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/renderer/extensions/chrome_v8_context_set.h
diff --git a/chrome/renderer/extensions/chrome_v8_context_set.h b/chrome/renderer/extensions/chrome_v8_context_set.h
index 0699542d1e1ecad264ba700b5b5535477280dc89..934ac445fc68ace88819b0937899319b70fc2654 100644
--- a/chrome/renderer/extensions/chrome_v8_context_set.h
+++ b/chrome/renderer/extensions/chrome_v8_context_set.h
@@ -11,7 +11,6 @@
#include "base/basictypes.h"
#include "v8/include/v8.h"
-class ChromeV8Context;
class GURL;
namespace base {
@@ -26,6 +25,9 @@ namespace v8 {
class Context;
}
+namespace extensions {
+class ChromeV8Context;
+
// A container of ExtensionBindingsContext. Since calling JavaScript within a
// context can cause any number of contexts to be created or destroyed, this
// has additional smarts to help with the set changing underneath callers.
@@ -73,4 +75,6 @@ class ChromeV8ContextSet {
DISALLOW_COPY_AND_ASSIGN(ChromeV8ContextSet);
};
+} // namespace extensions
+
#endif // CHROME_RENDERER_EXTENSIONS_CHROME_V8_CONTEXT_SET_H_
« no previous file with comments | « chrome/renderer/extensions/chrome_v8_context.cc ('k') | chrome/renderer/extensions/chrome_v8_context_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698