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

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

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
Index: content/browser/media/url_provision_fetcher.h
diff --git a/content/browser/media/android/url_provision_fetcher.h b/content/browser/media/url_provision_fetcher.h
similarity index 83%
rename from content/browser/media/android/url_provision_fetcher.h
rename to content/browser/media/url_provision_fetcher.h
index b551c3b03453d2214f3e7c83ef7152c72a385eed..02a594b73471be5cde448cd7de8fa94cb60f0588 100644
--- a/content/browser/media/android/url_provision_fetcher.h
+++ b/content/browser/media/url_provision_fetcher.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_BROWSER_MEDIA_ANDROID_URL_PROVISION_FETCHER_H_
-#define CONTENT_BROWSER_MEDIA_ANDROID_URL_PROVISION_FETCHER_H_
+#ifndef CONTENT_BROWSER_MEDIA_URL_PROVISION_FETCHER_H_
+#define CONTENT_BROWSER_MEDIA_URL_PROVISION_FETCHER_H_
#include "base/macros.h"
-#include "media/base/android/provision_fetcher.h"
+#include "media/base/provision_fetcher.h"
#include "net/url_request/url_fetcher.h"
#include "net/url_request/url_fetcher_delegate.h"
@@ -38,4 +38,4 @@ class URLProvisionFetcher : public media::ProvisionFetcher,
} // namespace content
-#endif // CHROME_BROWSER_MEDIA_ANDROID_URL_PROVISION_FETCHER_H_
+#endif // CONTENT_BROWSER_MEDIA_URL_PROVISION_FETCHER_H_
« no previous file with comments | « content/browser/media/android/url_provision_fetcher.cc ('k') | content/browser/media/url_provision_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698