| Index: chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc
|
| diff --git a/chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc b/chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc
|
| index df2445510cec7193aef5557a0967bcc4daf0f48b..ebdca47e900c8f1356dd21a298e9be942126ca99 100644
|
| --- a/chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc
|
| +++ b/chrome/browser/extensions/activity_log/activity_log_enabled_unittest.cc
|
| @@ -24,7 +24,7 @@
|
|
|
| namespace extensions {
|
|
|
| -const char* kExtensionID = "abjoigjokfeibfhiahiijggogladbmfm";
|
| +const char kExtensionID[] = "abjoigjokfeibfhiahiijggogladbmfm";
|
|
|
| class ActivityLogEnabledTest : public ChromeRenderViewHostTestHarness {
|
| protected:
|
| @@ -283,4 +283,4 @@ TEST_F(ActivityLogEnabledTest, AppAndCommandLine) {
|
| *CommandLine::ForCurrentProcess() = saved_cmdline_;
|
| }
|
|
|
| -} // namespace extensions
|
| +} // namespace extensions
|
|
|