| Index: chrome/browser/bookmarks/bookmark_model_factory.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_model_factory.h b/chrome/browser/bookmarks/bookmark_model_factory.h
|
| index 87180ced7fd16fab8691ee14ed3d1d8413cabc19..d538e3c47c2a85143ac4bb298c7b2e94edcb3bf7 100644
|
| --- a/chrome/browser/bookmarks/bookmark_model_factory.h
|
| +++ b/chrome/browser/bookmarks/bookmark_model_factory.h
|
| @@ -5,16 +5,16 @@
|
| #ifndef CHROME_BROWSER_BOOKMARKS_BOOKMARK_MODEL_FACTORY_H_
|
| #define CHROME_BROWSER_BOOKMARKS_BOOKMARK_MODEL_FACTORY_H_
|
|
|
| -#include "base/basictypes.h"
|
| -#include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "components/keyed_service/content/browser_context_keyed_service_factory.h"
|
|
|
| -template <typename T> struct DefaultSingletonTraits;
|
| +template <typename T>
|
| +struct DefaultSingletonTraits;
|
|
|
| -class Profile;
|
| class BookmarkModel;
|
| +class Profile;
|
|
|
| -// Singleton that owns all BookmarkModel and associates them with Profiles.
|
| +// Singleton that owns all BookmarkModels and associates them with Profiles.
|
| class BookmarkModelFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static BookmarkModel* GetForProfile(Profile* profile);
|
|
|