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

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: ppapi test 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
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 03:39:01 #pragma once? Or are we not doing that anymore?
+#include "base/time.h"
+#include "testing/gmock/include/gmock/gmock.h"
+
namespace base {
class MockTimeProvider {

Powered by Google App Engine
This is Rietveld 408576698