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

Unified Diff: extensions/common/manifest_handlers/nacl_modules_handler.cc

Issue 435343002: Move NaClModulesHandler to src/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
Index: extensions/common/manifest_handlers/nacl_modules_handler.cc
diff --git a/chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc b/extensions/common/manifest_handlers/nacl_modules_handler.cc
similarity index 97%
rename from chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc
rename to extensions/common/manifest_handlers/nacl_modules_handler.cc
index b6968b87dd364c003cff95c4f518b031ded3540b..c8983f9b2b56cd48f6a7c3ef40c1c86ccec04db1 100644
--- a/chrome/common/extensions/manifest_handlers/nacl_modules_handler.cc
+++ b/extensions/common/manifest_handlers/nacl_modules_handler.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/manifest_handlers/nacl_modules_handler.h"
+#include "extensions/common/manifest_handlers/nacl_modules_handler.h"
#include "base/lazy_instance.h"
#include "base/memory/scoped_ptr.h"

Powered by Google App Engine
This is Rietveld 408576698