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

Unified Diff: content/browser/image_capture/image_capture_impl.cc

Issue 2745583005: Image Capture: move files out of content/browser/media/capture to replicate WebKit's structure (Closed)
Patch Set: Reverted unintended change to WATCHLISTS Created 3 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: content/browser/image_capture/image_capture_impl.cc
diff --git a/content/browser/media/capture/image_capture_impl.cc b/content/browser/image_capture/image_capture_impl.cc
similarity index 99%
rename from content/browser/media/capture/image_capture_impl.cc
rename to content/browser/image_capture/image_capture_impl.cc
index 5c1c7e10f26e09cfec0143a19dcb04780eb1edc9..3ce15a882647a061226ed29308e75ac163d75c17 100644
--- a/content/browser/media/capture/image_capture_impl.cc
+++ b/content/browser/image_capture/image_capture_impl.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 "content/browser/media/capture/image_capture_impl.h"
+#include "content/browser/image_capture/image_capture_impl.h"
#include <utility>
« no previous file with comments | « content/browser/image_capture/image_capture_impl.h ('k') | content/browser/media/capture/image_capture_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698