// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef EXTENSION_ADAPTER_H_
-#define EXTENSION_ADAPTER_H_
+#ifndef COMMON_EXTENSION_ADAPTER_H_
+#define COMMON_EXTENSION_ADAPTER_H_
#include <cstdlib>
-#include "xwalk_extension_public.h"
+#include "xwalk_extension_public.h" // NOLINT
class ContextAPI {
public:
return ExtensionAdapter<NAME>::Initialize(); \
}
-#endif // EXTENSION_ADAPTER_H_
+#endif // COMMON_EXTENSION_ADAPTER_H_
// found in the LICENSE file.
#ifndef COMMON_UTILS_H_
-#define COMMON_UTILS_H_
+#define COMMON_UTILS_H_
// Put this in the private: declarations for a class to be uncopyable.
#define DISALLOW_COPY(TypeName) \
! -name 'xwalk_extension_public.h' \
! -name 'picojson.*' \
! -path './bluetooth/*' \
- ! -path './common/*' \
! -path './download/*' \
! -path './network_bearer_selection/*' \
! -path './notification/*' \