| 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 e701079a6e59592ff786f7388efdb7aa786fb2b9..2b9fded9d55a433fbedad0f3010f80a79e18b171 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
|
|
|