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

Unified Diff: extensions/common/extension_api.cc

Issue 50743005: Moved extension_api to src/extensions/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops Created 7 years, 2 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/extension_api.h ('k') | extensions/common/extension_api_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/extension_api.cc
diff --git a/chrome/common/extensions/api/extension_api.cc b/extensions/common/extension_api.cc
similarity index 99%
rename from chrome/common/extensions/api/extension_api.cc
rename to extensions/common/extension_api.cc
index 2490d5dc45bf1e6e159da5ed777e9def16887e54..8365fd54d0c8b534ee4945f22dc84c039dfbdb3b 100644
--- a/chrome/common/extensions/api/extension_api.cc
+++ b/extensions/common/extension_api.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/api/extension_api.h"
+#include "extensions/common/extension_api.h"
#include <algorithm>
#include <string>
« no previous file with comments | « extensions/common/extension_api.h ('k') | extensions/common/extension_api_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698