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

Unified Diff: chrome/browser/resources/google_now/background_unittest.gtestjs

Issue 21265003: Rename DiagnosticEvent to GoogleNowEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Quick Feedback Created 7 years, 5 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/browser/resources/google_now/background.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/google_now/background_unittest.gtestjs
diff --git a/chrome/browser/resources/google_now/background_unittest.gtestjs b/chrome/browser/resources/google_now/background_unittest.gtestjs
index 516c3d632d70878f7200989d1ca3dd132f7b57c7..428e34c5a477c92ff4f377efebc2c3baa21e0b28 100644
--- a/chrome/browser/resources/google_now/background_unittest.gtestjs
+++ b/chrome/browser/resources/google_now/background_unittest.gtestjs
@@ -159,7 +159,7 @@ TEST_F(
mockInitializeDependencies(this);
this.mockGlobals.expects(once()).recordEvent(
- DiagnosticEvent.EXTENSION_START);
+ GoogleNowEvent.EXTENSION_START);
expectInitialization(this.mockApis);
@@ -200,7 +200,7 @@ TEST_F(
mockInitializeDependencies(this);
this.mockGlobals.expects(once()).recordEvent(
- DiagnosticEvent.EXTENSION_START);
+ GoogleNowEvent.EXTENSION_START);
expectInitialization(this.mockApis);
@@ -239,7 +239,7 @@ TEST_F(
mockInitializeDependencies(this);
this.mockGlobals.expects(once()).recordEvent(
- DiagnosticEvent.EXTENSION_START);
+ GoogleNowEvent.EXTENSION_START);
expectInitialization(this.mockApis);
@@ -276,7 +276,7 @@ TEST_F('GoogleNowBackgroundUnitTest', 'Initialize_RunGoogleNow', function() {
mockInitializeDependencies(this);
this.mockGlobals.expects(once()).recordEvent(
- DiagnosticEvent.EXTENSION_START);
+ GoogleNowEvent.EXTENSION_START);
expectInitialization(this.mockApis);
@@ -313,7 +313,7 @@ TEST_F('GoogleNowBackgroundUnitTest', 'Initialize_NoGeolocation', function() {
mockInitializeDependencies(this);
this.mockGlobals.expects(once()).recordEvent(
- DiagnosticEvent.EXTENSION_START);
+ GoogleNowEvent.EXTENSION_START);
expectInitialization(this.mockApis);
« no previous file with comments | « chrome/browser/resources/google_now/background.js ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698