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

Unified Diff: extensions/common/api/sockets/sockets_manifest_handler.cc

Issue 217263002: Move sockets manifest types to //extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename, add new "API" for extensionsManifestTypes 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/api/sockets/sockets_manifest_handler.cc
diff --git a/chrome/common/extensions/api/sockets/sockets_manifest_handler.cc b/extensions/common/api/sockets/sockets_manifest_handler.cc
similarity index 85%
rename from chrome/common/extensions/api/sockets/sockets_manifest_handler.cc
rename to extensions/common/api/sockets/sockets_manifest_handler.cc
index 25727069d571df452e8c150686f11c34947ad600..9b730aa65b134c7e0e300c64041eff847b219b96 100644
--- a/chrome/common/extensions/api/sockets/sockets_manifest_handler.cc
+++ b/extensions/common/api/sockets/sockets_manifest_handler.cc
@@ -2,10 +2,10 @@
// 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/sockets/sockets_manifest_handler.h"
+#include "extensions/common/api/sockets/sockets_manifest_handler.h"
-#include "chrome/common/extensions/api/sockets/sockets_manifest_data.h"
-#include "chrome/common/extensions/api/sockets/sockets_manifest_permission.h"
+#include "extensions/common/api/sockets/sockets_manifest_data.h"
+#include "extensions/common/api/sockets/sockets_manifest_permission.h"
#include "extensions/common/extension.h"
#include "extensions/common/manifest_constants.h"
« no previous file with comments | « extensions/common/api/sockets/sockets_manifest_handler.h ('k') | extensions/common/api/sockets/sockets_manifest_permission.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698