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

Unified Diff: extensions/common/value_builder.h

Issue 48643003: Moved extension and value builder code to extensions component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 7 years, 1 month 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
« no previous file with comments | « extensions/common/extension_builder.cc ('k') | extensions/common/value_builder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/value_builder.h
diff --git a/chrome/common/extensions/value_builder.h b/extensions/common/value_builder.h
similarity index 95%
rename from chrome/common/extensions/value_builder.h
rename to extensions/common/value_builder.h
index db272c5cef8a32d93dd3e51ee16b9821913c958a..4b4d25003cccc8c85cca3fff89889cbba3c7ed89 100644
--- a/chrome/common/extensions/value_builder.h
+++ b/extensions/common/value_builder.h
@@ -30,8 +30,8 @@
// anywhere, so the use of non-const reference parameters is likely to cause
// less confusion than usual.
-#ifndef CHROME_COMMON_EXTENSIONS_VALUE_BUILDER_H_
-#define CHROME_COMMON_EXTENSIONS_VALUE_BUILDER_H_
+#ifndef EXTENSIONS_COMMON_VALUE_BUILDER_H_
+#define EXTENSIONS_COMMON_VALUE_BUILDER_H_
#include <string>
@@ -101,4 +101,4 @@ class ListBuilder {
} // namespace extensions
-#endif // CHROME_COMMON_EXTENSIONS_VALUE_BUILDER_H_
+#endif // EXTENSIONS_COMMON_VALUE_BUILDER_H_
« no previous file with comments | « extensions/common/extension_builder.cc ('k') | extensions/common/value_builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698