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

Unified Diff: extensions/renderer/console.h

Issue 234413005: Move most of ChromeV8Context to a base ScriptContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: extensions/renderer/console.h
diff --git a/chrome/renderer/extensions/console.h b/extensions/renderer/console.h
similarity index 93%
rename from chrome/renderer/extensions/console.h
rename to extensions/renderer/console.h
index a1a6e287b92078149577b13068eaf96a206c4e41..e583e45c2c168bbd08656680dd05f9602757ad1e 100644
--- a/chrome/renderer/extensions/console.h
+++ b/extensions/renderer/console.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 CHROME_RENDERER_EXTENSIONS_CONSOLE_H_
-#define CHROME_RENDERER_EXTENSIONS_CONSOLE_H_
+#ifndef EXTENSIONS_RENDERER_CONSOLE_H_
+#define EXTENSIONS_RENDERER_CONSOLE_H_
#include <string>
@@ -55,4 +55,4 @@ v8::Local<v8::Object> AsV8Object();
} // namespace extensions
-#endif // CHROME_RENDERER_EXTENSIONS_CONSOLE_H_
+#endif // EXTENSIONS_RENDERER_CONSOLE_H_

Powered by Google App Engine
This is Rietveld 408576698