diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 03:31:44 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-05 03:31:44 +0000 |
commit | 80720414325af11e0dccedaf8c8f65998f91ec76 (patch) | |
tree | b834366724189756614a45ada157e8021c33f8a3 /app/resource_bundle.h | |
parent | e515f5de833d9298682570fd2f70abb16d032912 (diff) | |
download | chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.zip chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.tar.gz chromium_src-80720414325af11e0dccedaf8c8f65998f91ec76.tar.bz2 |
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
Diffstat (limited to 'app/resource_bundle.h')
-rw-r--r-- | app/resource_bundle.h | 8 |
1 files changed, 4 insertions, 4 deletions
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_ |