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

Unified Diff: chrome/browser/precache/precache_manager_factory.h

Issue 1176253002: Fix IsPrecachingAllowed() to check Sync instead of Data Saver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaks per bengr. Created 5 years, 6 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 | « chrome/browser/precache/OWNERS ('k') | chrome/browser/precache/precache_manager_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/precache/precache_manager_factory.h
diff --git a/components/precache/content/precache_manager_factory.h b/chrome/browser/precache/precache_manager_factory.h
similarity index 83%
rename from components/precache/content/precache_manager_factory.h
rename to chrome/browser/precache/precache_manager_factory.h
index bc5768693ec29f3358ce0f8bcbd1798368762e65..a1548882e37f45a1dd50877b57f0023c848d7af6 100644
--- a/components/precache/content/precache_manager_factory.h
+++ b/chrome/browser/precache/precache_manager_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 COMPONENTS_PRECACHE_CONTENT_PRECACHE_MANAGER_FACTORY_H_
-#define COMPONENTS_PRECACHE_CONTENT_PRECACHE_MANAGER_FACTORY_H_
+#ifndef CHROME_BROWSER_PRECACHE_PRECACHE_MANAGER_FACTORY_H_
+#define CHROME_BROWSER_PRECACHE_PRECACHE_MANAGER_FACTORY_H_
#include "base/basictypes.h"
#include "base/memory/singleton.h"
@@ -38,4 +38,4 @@ class PrecacheManagerFactory : public BrowserContextKeyedServiceFactory {
} // namespace precache
-#endif // COMPONENTS_PRECACHE_CONTENT_PRECACHE_MANAGER_FACTORY_H_
+#endif // CHROME_BROWSER_PRECACHE_PRECACHE_MANAGER_FACTORY_H_
« no previous file with comments | « chrome/browser/precache/OWNERS ('k') | chrome/browser/precache/precache_manager_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698