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

Unified Diff: content/public/browser/provision_fetcher_factory.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/public/browser/provision_fetcher_factory.h
diff --git a/content/public/browser/android/provision_fetcher_factory.h b/content/public/browser/provision_fetcher_factory.h
similarity index 73%
rename from content/public/browser/android/provision_fetcher_factory.h
rename to content/public/browser/provision_fetcher_factory.h
index 4b14817cd2450e281e5454777d8eb296fd1357b1..cd9eca156682aaec3d7db1348828eafd91ed2d90 100644
--- a/content/public/browser/android/provision_fetcher_factory.h
+++ b/content/public/browser/provision_fetcher_factory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_PUBLIC_BROWSER_ANDROID_PROVISION_FETCHER_FACTORY_H
-#define CONTENT_PUBLIC_BROWSER_ANDROID_PROVISION_FETCHER_FACTORY_H
+#ifndef CONTENT_PUBLIC_BROWSER_PROVISION_FETCHER_FACTORY_H
+#define CONTENT_PUBLIC_BROWSER_PROVISION_FETCHER_FACTORY_H
#include <memory>
@@ -27,4 +27,4 @@ std::unique_ptr<media::ProvisionFetcher> CreateProvisionFetcher(
} // namespace content
-#endif // CONTENT_PUBLIC_BROWSER_ANDROID_PROVISION_FETCHER_FACTORY_H
+#endif // CONTENT_PUBLIC_BROWSER_PROVISION_FETCHER_FACTORY_H
« no previous file with comments | « content/public/browser/android/provision_fetcher_factory.h ('k') | content/public/browser/provision_fetcher_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698