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

Unified Diff: extensions/renderer/blob_native_handler.cc

Issue 235943018: Move extensions bindings code out of //chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 6 years, 8 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/renderer/blob_native_handler.h ('k') | extensions/renderer/content_watcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/blob_native_handler.cc
diff --git a/chrome/renderer/extensions/blob_native_handler.cc b/extensions/renderer/blob_native_handler.cc
similarity index 93%
rename from chrome/renderer/extensions/blob_native_handler.cc
rename to extensions/renderer/blob_native_handler.cc
index 6c6bbfe8086ea10f97d679a6cc2ae7e1cae6778d..616dcd44523824e6d11a6e66068136c80cfe2617 100644
--- a/chrome/renderer/extensions/blob_native_handler.cc
+++ b/extensions/renderer/blob_native_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/renderer/extensions/blob_native_handler.h"
+#include "extensions/renderer/blob_native_handler.h"
#include "base/bind.h"
#include "third_party/WebKit/public/platform/WebCString.h"
« no previous file with comments | « extensions/renderer/blob_native_handler.h ('k') | extensions/renderer/content_watcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698