diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl.cc')
-rw-r--r-- | chrome/browser/profiles/profile_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc index b235eb1..3b540d1 100644 --- a/chrome/browser/profiles/profile_impl.cc +++ b/chrome/browser/profiles/profile_impl.cc @@ -4,7 +4,6 @@ #include "chrome/browser/profiles/profile_impl.h" -#include "app/resource_bundle.h" #include "base/command_line.h" #include "base/environment.h" #include "base/file_path.h" @@ -93,6 +92,7 @@ #include "grit/browser_resources.h" #include "grit/locale_settings.h" #include "net/base/transport_security_state.h" +#include "ui/base/resource/resource_bundle.h" #include "webkit/database/database_tracker.h" #if defined(TOOLKIT_USES_GTK) |