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

Unified Diff: extensions/common/extension_messages.cc

Issue 194333002: Move extension_messages.h to extensions/common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 6 years, 9 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/common/extension_messages.cc
diff --git a/chrome/common/extensions/extension_messages.cc b/extensions/common/extension_messages.cc
similarity index 98%
rename from chrome/common/extensions/extension_messages.cc
rename to extensions/common/extension_messages.cc
index 978acb23ddfae7275b54c6938e11f9c794e21074..5de3b4e831b1d624e1df38252781f868e6ef6de1 100644
--- a/chrome/common/extensions/extension_messages.cc
+++ b/extensions/common/extension_messages.cc
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/extensions/extension_messages.h"
+#include "extensions/common/extension_messages.h"
-#include "chrome/common/extensions/extension_constants.h"
#include "content/public/common/common_param_traits.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest.h"
« no previous file with comments | « extensions/common/extension_messages.h ('k') | extensions/common/permissions/api_permission_set_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698