| 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_
|
|
|