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

Unified Diff: content/browser/media/url_provision_fetcher.cc

Issue 2469863010: Move all ProvisionFetcher classes out of android/ subdirectories. (Closed)
Patch Set: Another NON_EXPORTED_BASE. Created 4 years, 1 month 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 | « content/browser/media/url_provision_fetcher.h ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/media/url_provision_fetcher.cc
diff --git a/content/browser/media/android/url_provision_fetcher.cc b/content/browser/media/url_provision_fetcher.cc
similarity index 94%
rename from content/browser/media/android/url_provision_fetcher.cc
rename to content/browser/media/url_provision_fetcher.cc
index 446d1a760511759205d0e45f2de1ce388e741836..0d08d74a5ff457332345f4805f2632988b28f313 100644
--- a/content/browser/media/android/url_provision_fetcher.cc
+++ b/content/browser/media/url_provision_fetcher.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 "content/browser/media/android/url_provision_fetcher.h"
+#include "content/browser/media/url_provision_fetcher.h"
#include "base/memory/ptr_util.h"
-#include "content/public/browser/android/provision_fetcher_factory.h"
+#include "content/public/browser/provision_fetcher_factory.h"
#include "media/base/bind_to_current_loop.h"
#include "net/url_request/url_fetcher.h"
@@ -61,7 +61,6 @@ void URLProvisionFetcher::OnURLFetchComplete(const net::URLFetcher* source) {
}
request_.reset();
-
// URLFetcher implementation calls OnURLFetchComplete() on the same thread
// that called Start() and it does this asynchronously.
response_cb_.Run(success, response);
« no previous file with comments | « content/browser/media/url_provision_fetcher.h ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698