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

Unified Diff: extensions/renderer/bindings/argument_spec.h

Issue 2947463002: [Extensions Bindings] Add a bindings/ subdirectory under renderer (Closed)
Patch Set: . Created 3 years, 6 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/bindings/argument_spec.h
diff --git a/extensions/renderer/argument_spec.h b/extensions/renderer/bindings/argument_spec.h
similarity index 97%
rename from extensions/renderer/argument_spec.h
rename to extensions/renderer/bindings/argument_spec.h
index 0d517731342668a2d2e960cb61cc491aa527bc62..4425568da1ad2d0024914a54b1ef0fc9ea00fdf9 100644
--- a/extensions/renderer/argument_spec.h
+++ b/extensions/renderer/bindings/argument_spec.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 EXTENSIONS_RENDERER_ARGUMENT_SPEC_H_
-#define EXTENSIONS_RENDERER_ARGUMENT_SPEC_H_
+#ifndef EXTENSIONS_RENDERER_BINDINGS_ARGUMENT_SPEC_H_
+#define EXTENSIONS_RENDERER_BINDINGS_ARGUMENT_SPEC_H_
#include <map>
#include <memory>
@@ -179,4 +179,4 @@ class ArgumentSpec {
} // namespace extensions
-#endif // EXTENSIONS_RENDERER_ARGUMENT_SPEC_H_
+#endif // EXTENSIONS_RENDERER_BINDINGS_ARGUMENT_SPEC_H_
« no previous file with comments | « extensions/renderer/bindings/api_type_reference_map.cc ('k') | extensions/renderer/bindings/argument_spec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698