From 80720414325af11e0dccedaf8c8f65998f91ec76 Mon Sep 17 00:00:00 2001 From: "ben@chromium.org" Date: Tue, 5 May 2009 03:31:44 +0000 Subject: Move scoped_vector.h and stl_util-inl.h to base/ http://crbug.com/11387 Review URL: http://codereview.chromium.org/107001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15272 0039d316-1c4b-4281-b951-d872f2087c98 --- app/resource_bundle.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/resource_bundle.h') diff --git a/app/resource_bundle.h b/app/resource_bundle.h index e3c572c..e939edc 100644 --- a/app/resource_bundle.h +++ b/app/resource_bundle.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_COMMON_RESOURCE_BUNDLE_H__ -#define CHROME_COMMON_RESOURCE_BUNDLE_H__ +#ifndef APP_RESOURCE_BUNDLE_H_ +#define APP_RESOURCE_BUNDLE_H_ #include "build/build_config.h" @@ -22,7 +22,7 @@ #if defined(OS_LINUX) || defined(OS_MACOSX) namespace base { - class DataPack; +class DataPack; }; #endif #if defined(OS_LINUX) @@ -200,4 +200,4 @@ class ResourceBundle { DISALLOW_EVIL_CONSTRUCTORS(ResourceBundle); }; -#endif // CHROME_COMMON_RESOURCE_BUNDLE_H__ +#endif // APP_RESOURCE_BUNDLE_H_ -- cgit v1.1