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

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: . 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..81240f74928a2c3b61368b115ae32d821ed83381 100644
--- a/base/test/mock_time_provider.h
+++ b/base/test/mock_time_provider.h
@@ -39,12 +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_
Mark Mentovai 2011/08/31 18:02:51 #pragma once? (I asked before but I don’t think y
Nico 2011/08/31 18:09:53 Done as well.
+#include "base/time.h"
+#include "testing/gmock/include/gmock/gmock.h"
+
namespace base {
class MockTimeProvider {
« 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