Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: app/resource_bundle.h

Issue 107001: Move scoped_vector.h and stl_util-inl.h to base/ (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/resource_bundle.h
===================================================================
--- app/resource_bundle.h (revision 15264)
+++ app/resource_bundle.h (working copy)
@@ -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 @@
DISALLOW_EVIL_CONSTRUCTORS(ResourceBundle);
};
-#endif // CHROME_COMMON_RESOURCE_BUNDLE_H__
+#endif // APP_RESOURCE_BUNDLE_H_
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698