summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_keyed_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_keyed_base.h')
-rw-r--r--chrome/browser/profiles/profile_keyed_base.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/chrome/browser/profiles/profile_keyed_base.h b/chrome/browser/profiles/profile_keyed_base.h
deleted file mode 100644
index 6a2f2d4..0000000
--- 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_