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

Unified Diff: chrome/browser/profiles/profile_keyed_base.h

Issue 9703038: Profiles: Really fix refcounted services. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Forgot to save a file. >_< Created 8 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: chrome/browser/profiles/profile_keyed_base.h
diff --git a/chrome/browser/profiles/profile_keyed_base.h b/chrome/browser/profiles/profile_keyed_base.h
deleted file mode 100644
index 6a2f2d4489d6c215f93d70a313d383ae2c3c5f62..0000000000000000000000000000000000000000
--- a/chrome/browser/profiles/profile_keyed_base.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_PROFILES_PROFILE_KEYED_BASE_H_
-#define CHROME_BROWSER_PROFILES_PROFILE_KEYED_BASE_H_
-
-// A root class used by the ProfileKeyedBaseFactory.
-//
-// ProfileKeyedBaseFactory is a generalization of dependency and lifetime
-// management, leaving the actual implementation of storage and what actually
-// happens at lifetime events up to the factory type.
-class ProfileKeyedBase {
- public:
- virtual ~ProfileKeyedBase() {}
-};
-
-#endif // CHROME_BROWSER_PROFILES_PROFILE_KEYED_BASE_H_
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/browser/profiles/profile_keyed_base_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698