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

Unified Diff: extensions/common/update_manifest.cc

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/update_manifest.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/update_manifest.cc
diff --git a/chrome/common/extensions/update_manifest.cc b/extensions/common/update_manifest.cc
similarity index 99%
rename from chrome/common/extensions/update_manifest.cc
rename to extensions/common/update_manifest.cc
index 0ed653ff76a8e32288b96c9bef31027a41ad2324..7644537f8a80e2d2a16a9e5e8d8b7ce7002bc404 100644
--- a/chrome/common/extensions/update_manifest.cc
+++ b/extensions/common/update_manifest.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/update_manifest.h"
+#include "extensions/common/update_manifest.h"
#include <algorithm>
« no previous file with comments | « extensions/common/update_manifest.h ('k') | extensions/extensions.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698