summaryrefslogtreecommitdiffstats
path: root/chrome/browser/task_manager/guest_information.cc
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 10:18:18 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-08-22 10:20:07 +0000
commitaf39f00e1d36360ab4119b873f2a9cc961d4464b (patch)
treecb520de46867506827af3cd9ac71c55cfc323f75 /chrome/browser/task_manager/guest_information.cc
parent0a0291c65f3cc23cc1b5a3c211019fce1d8ab007 (diff)
downloadchromium_src-af39f00e1d36360ab4119b873f2a9cc961d4464b.zip
chromium_src-af39f00e1d36360ab4119b873f2a9cc961d4464b.tar.gz
chromium_src-af39f00e1d36360ab4119b873f2a9cc961d4464b.tar.bz2
Use a qualified path for chromium_strings, google_chrome_strings, and generated_resources. (part 1)
BUG=401588 Review URL: https://codereview.chromium.org/469993006 Cr-Commit-Position: refs/heads/master@{#291367} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/task_manager/guest_information.cc')
-rw-r--r--chrome/browser/task_manager/guest_information.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/task_manager/guest_information.cc b/chrome/browser/task_manager/guest_information.cc
index e0926f2..1315035 100644
--- a/chrome/browser/task_manager/guest_information.cc
+++ b/chrome/browser/task_manager/guest_information.cc
@@ -12,6 +12,7 @@
#include "chrome/browser/task_manager/resource_provider.h"
#include "chrome/browser/task_manager/task_manager.h"
#include "chrome/browser/task_manager/task_manager_util.h"
+#include "chrome/grit/generated_resources.h"
#include "content/public/browser/notification_service.h"
#include "content/public/browser/render_frame_host.h"
#include "content/public/browser/render_process_host.h"
@@ -19,7 +20,6 @@
#include "content/public/browser/render_widget_host_iterator.h"
#include "content/public/browser/site_instance.h"
#include "content/public/browser/web_contents.h"
-#include "grit/generated_resources.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/gfx/image/image.h"
#include "ui/gfx/image/image_skia.h"