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

Unified Diff: extensions/common/update_manifest.h

Issue 454873005: Move UpdateManifest to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « extensions/common/DEPS ('k') | extensions/common/update_manifest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/update_manifest.h
diff --git a/chrome/common/extensions/update_manifest.h b/extensions/common/update_manifest.h
similarity index 94%
rename from chrome/common/extensions/update_manifest.h
rename to extensions/common/update_manifest.h
index 0076a734d041373d3fabab4ffc0c3fba50e996ab..34add0e459f3cad3b7cde944bea0feeb82d8a920 100644
--- a/chrome/common/extensions/update_manifest.h
+++ b/extensions/common/update_manifest.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_COMMON_EXTENSIONS_UPDATE_MANIFEST_H_
-#define CHROME_COMMON_EXTENSIONS_UPDATE_MANIFEST_H_
+#ifndef EXTENSIONS_COMMON_UPDATE_MANIFEST_H_
+#define EXTENSIONS_COMMON_UPDATE_MANIFEST_H_
#include <string>
#include <vector>
@@ -92,4 +92,4 @@ class UpdateManifest {
DISALLOW_COPY_AND_ASSIGN(UpdateManifest);
};
-#endif // CHROME_COMMON_EXTENSIONS_UPDATE_MANIFEST_H_
+#endif // EXTENSIONS_COMMON_UPDATE_MANIFEST_H_
« no previous file with comments | « extensions/common/DEPS ('k') | extensions/common/update_manifest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698