Index: chrome/browser/profiles/profile.cc |
=================================================================== |
--- chrome/browser/profiles/profile.cc (revision 72000) |
+++ chrome/browser/profiles/profile.cc (working copy) |
@@ -6,7 +6,6 @@ |
#include <string> |
-#include "app/resource_bundle.h" |
#include "base/command_line.h" |
#include "base/file_path.h" |
#include "base/file_util.h" |
@@ -38,6 +37,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) |