From f1585be5e94186f89b9a98faa3a924b2ddeed3fe Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Tue, 9 Nov 2010 04:04:44 +0000 Subject: build fix - forgot to add these files on this machine. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65493 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/browser_init.h | 13 +++++++++++++ chrome/browser/browser_list.h | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 chrome/browser/browser_init.h create mode 100644 chrome/browser/browser_list.h (limited to 'chrome') diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h new file mode 100644 index 0000000..28ede89 --- /dev/null +++ b/chrome/browser/browser_init.h @@ -0,0 +1,13 @@ +// Copyright (c) 2010 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_BROWSER_INIT_H_ +#define CHROME_BROWSER_BROWSER_INIT_H_ +#pragma once + +#include "chrome/browser/ui/browser_init.h" +// TODO(beng): remove this file once all includes have been updated. + +#endif // CHROME_BROWSER_BROWSER_INIT_H_ + diff --git a/chrome/browser/browser_list.h b/chrome/browser/browser_list.h new file mode 100644 index 0000000..5ddc907 --- /dev/null +++ b/chrome/browser/browser_list.h @@ -0,0 +1,13 @@ +// Copyright (c) 2010 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_BROWSER_LIST_H_ +#define CHROME_BROWSER_BROWSER_LIST_H_ +#pragma once + +#include "chrome/browser/ui/browser_list.h" +// TODO(beng): remove this file once all includes have been updated. + +#endif // CHROME_BROWSER_BROWSER_LIST_H_ + -- cgit v1.1