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

Unified Diff: base/test/mock_time_provider.h

Issue 7693019: Enable smooth scrolling on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/mock_time_provider.h
diff --git a/base/test/mock_time_provider.h b/base/test/mock_time_provider.h
index 9ff46e4d8fa30bc43c3ab8ecbd4bd94250faafe0..48ddb419a346dae98bd10eb109862a129bf281ea 100644
--- a/base/test/mock_time_provider.h
+++ b/base/test/mock_time_provider.h
@@ -39,11 +39,12 @@
// ASSERT_EQ(elapsed, TimeDelta::FromSeconds(6));
// }
-#include "base/time.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
#ifndef BASE_TEST_MOCK_TIME_PROVIDER_H_
#define BASE_TEST_MOCK_TIME_PROVIDER_H_
+#pragma once
+
+#include "base/time.h"
+#include "testing/gmock/include/gmock/gmock.h"
namespace base {
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698