Index: chrome/browser/remoting/remoting_resources_source.cc |
=================================================================== |
--- chrome/browser/remoting/remoting_resources_source.cc (revision 72000) |
+++ chrome/browser/remoting/remoting_resources_source.cc (working copy) |
@@ -8,7 +8,6 @@ |
#include <string> |
#include "app/l10n_util.h" |
-#include "app/resource_bundle.h" |
#include "base/message_loop.h" |
#include "base/utf_string_conversions.h" |
#include "base/values.h" |
@@ -20,6 +19,7 @@ |
#include "grit/chromium_strings.h" |
#include "grit/generated_resources.h" |
#include "grit/locale_settings.h" |
+#include "ui/base/resource/resource_bundle.h" |
// Define the values of standard URLs. |
const char RemotingResourcesSource::kInvalidPasswordHelpUrl[] = |