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

Unified Diff: chrome/common/attrition_experiments.h

Issue 450053003: Use a qualified path for grit includes in various chrome/ directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove webkit strings that no longer exist Created 6 years, 4 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 | « chrome/common/DEPS ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/attrition_experiments.h
diff --git a/chrome/common/attrition_experiments.h b/chrome/common/attrition_experiments.h
index 1404b49c13f7792c2c9e7761794b79344a262a7e..56c08b3f26ef5a1f0b81558741b7b6b0dc2a7bc6 100644
--- a/chrome/common/attrition_experiments.h
+++ b/chrome/common/attrition_experiments.h
@@ -5,7 +5,7 @@
#ifndef CHROME_COMMON_ATTRITION_EXPERIMENTS_H_
#define CHROME_COMMON_ATTRITION_EXPERIMENTS_H_
-#include "grit/chromium_strings.h"
+#include "chrome/grit/chromium_strings.h"
namespace attrition_experiments {
@@ -21,6 +21,6 @@ enum Experiment {
// A comma-separated list of brand codes that are associated with Skype.
const wchar_t kSkypeBrandCode[] = L"SKPC,SKPG,SKPH,SKPI,SKPL,SKPM,SKPN";
-} // namespace
+} // namespace attrition_experiments
#endif // CHROME_COMMON_ATTRITION_EXPERIMENTS_H_
« no previous file with comments | « chrome/common/DEPS ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698