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

Unified Diff: components/sync/test/engine/test_directory_setter_upper.h

Issue 2425673003: [Sync] Moved down comments directly following copyright. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 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: components/sync/test/engine/test_directory_setter_upper.h
diff --git a/components/sync/test/engine/test_directory_setter_upper.h b/components/sync/test/engine/test_directory_setter_upper.h
index 1a38476598ccdf2024bda18a6e855b97db66b162..7dd00e0d4244074bb3f957c94077c0b5c3d0e76c 100644
--- a/components/sync/test/engine/test_directory_setter_upper.h
+++ b/components/sync/test/engine/test_directory_setter_upper.h
@@ -1,7 +1,28 @@
// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-//
+
+#ifndef COMPONENTS_SYNC_TEST_ENGINE_TEST_DIRECTORY_SETTER_UPPER_H_
+#define COMPONENTS_SYNC_TEST_ENGINE_TEST_DIRECTORY_SETTER_UPPER_H_
+
+#include <memory>
+#include <string>
+
+#include "base/compiler_specific.h"
+#include "base/macros.h"
+#include "components/sync/base/test_unrecoverable_error_handler.h"
+#include "components/sync/test/fake_sync_encryption_handler.h"
+#include "components/sync/test/null_directory_change_delegate.h"
+#include "testing/gmock/include/gmock/gmock.h"
+
+namespace syncer {
+
+namespace syncable {
+class Directory;
+class DirectoryBackingStore;
+class TestTransactionObserver;
+}
+
// A handy class that takes care of setting up and destroying a
// syncable::Directory instance for unit tests that require one.
//
@@ -25,28 +46,6 @@
// ... now use metadb_.directory() to get at syncable::Entry objects ...
// }
//
-
-#ifndef COMPONENTS_SYNC_TEST_ENGINE_TEST_DIRECTORY_SETTER_UPPER_H_
-#define COMPONENTS_SYNC_TEST_ENGINE_TEST_DIRECTORY_SETTER_UPPER_H_
-
-#include <memory>
-#include <string>
-
-#include "base/compiler_specific.h"
-#include "base/macros.h"
-#include "components/sync/base/test_unrecoverable_error_handler.h"
-#include "components/sync/test/fake_sync_encryption_handler.h"
-#include "components/sync/test/null_directory_change_delegate.h"
-#include "testing/gmock/include/gmock/gmock.h"
-
-namespace syncer {
-
-namespace syncable {
-class Directory;
-class DirectoryBackingStore;
-class TestTransactionObserver;
-}
-
class TestDirectorySetterUpper {
public:
TestDirectorySetterUpper();
« no previous file with comments | « components/sync/test/engine/mock_connection_manager.cc ('k') | components/sync/test/engine/test_id_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698