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

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

Issue 173263: Change the way json_schema.js is loaded. This is required so (Closed)
Patch Set: New approach using chromeHidden Created 11 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/js_only_v8_extensions.h
diff --git a/chrome/renderer/js_only_v8_extensions.h b/chrome/renderer/extensions/js_only_v8_extensions.h
similarity index 82%
rename from chrome/renderer/js_only_v8_extensions.h
rename to chrome/renderer/extensions/js_only_v8_extensions.h
index 2fdb8af529333fb1d8aa87f4998355ec9573674f..58f98617602d0e1c40a84c08e2973684d0be2200 100644
--- a/chrome/renderer/js_only_v8_extensions.h
+++ b/chrome/renderer/extensions/js_only_v8_extensions.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_JS_ONLY_V8_EXTENSIONS_H_
-#define CHROME_RENDERER_JS_ONLY_V8_EXTENSIONS_H_
+#ifndef CHROME_RENDERER_EXTENSIONS_JS_ONLY_V8_EXTENSIONS_H_
+#define CHROME_RENDERER_EXTENSIONS_JS_ONLY_V8_EXTENSIONS_H_
#include "v8/include/v8.h"
« no previous file with comments | « chrome/renderer/extensions/extension_process_bindings.cc ('k') | chrome/renderer/extensions/js_only_v8_extensions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698