summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 04:04:44 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-09 04:04:44 +0000
commitf1585be5e94186f89b9a98faa3a924b2ddeed3fe (patch)
tree1a442bf4917c997112818d48ef80605bc7ee9134 /chrome/browser
parent8b0e9cc3bc9045321e746f466a0c65cbbf9b9f2b (diff)
downloadchromium_src-f1585be5e94186f89b9a98faa3a924b2ddeed3fe.zip
chromium_src-f1585be5e94186f89b9a98faa3a924b2ddeed3fe.tar.gz
chromium_src-f1585be5e94186f89b9a98faa3a924b2ddeed3fe.tar.bz2
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
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/browser_init.h13
-rw-r--r--chrome/browser/browser_list.h13
2 files changed, 26 insertions, 0 deletions
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_
+