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

Unified Diff: core/fxcrt/cfx_observable.h

Issue 2382723003: Move core/fxcrt/include to core/fxcrt (Closed)
Patch Set: Rebase to master Created 4 years, 3 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 | « core/fxcrt/cfx_count_ref_unittest.cpp ('k') | core/fxcrt/cfx_observable_unittest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcrt/cfx_observable.h
diff --git a/core/fxcrt/include/cfx_observable.h b/core/fxcrt/cfx_observable.h
similarity index 92%
rename from core/fxcrt/include/cfx_observable.h
rename to core/fxcrt/cfx_observable.h
index a5053f3952d09ccd2b994410ffdf123494112f61..dc869b176695e5ebc531b988bd9360529c9eb6fd 100644
--- a/core/fxcrt/include/cfx_observable.h
+++ b/core/fxcrt/cfx_observable.h
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CORE_FXCRT_INCLUDE_CFX_OBSERVABLE_H_
-#define CORE_FXCRT_INCLUDE_CFX_OBSERVABLE_H_
+#ifndef CORE_FXCRT_CFX_OBSERVABLE_H_
+#define CORE_FXCRT_CFX_OBSERVABLE_H_
#include <set>
-#include "core/fxcrt/include/fx_system.h"
+#include "core/fxcrt/fx_system.h"
#include "third_party/base/stl_util.h"
template <class T>
@@ -75,4 +75,4 @@ class CFX_Observable {
std::set<ObservedPtr*> m_ObservedPtrs;
};
-#endif // CORE_FXCRT_INCLUDE_CFX_OBSERVABLE_H_
+#endif // CORE_FXCRT_CFX_OBSERVABLE_H_
« no previous file with comments | « core/fxcrt/cfx_count_ref_unittest.cpp ('k') | core/fxcrt/cfx_observable_unittest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698